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