public class MergerException extends RuntimeException
Merger
,
Serialized FormConstructor and Description |
---|
MergerException(String message)
Constructs an instance of MergerException.
|
MergerException(String message,
Throwable parent)
Constructs an instance of MergerException.
|
MergerException(Throwable parent)
Constructs an instance of MergerException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MergerException(Throwable parent)
parent
- the parent throwablepublic MergerException(String message)
message
- the exception messagepublic MergerException(String message, Throwable parent)
message
- the exception messageparent
- the parent throwableCopyright © 2003–2014 AndroMDA.org. All rights reserved.