public class TemplateException extends RuntimeException
Template,
Serialized Form| Constructor and Description |
|---|
TemplateException(String message)
Constructs an instance of TemplateException.
|
TemplateException(String message,
Throwable parent)
Constructs an instance of TemplateException.
|
TemplateException(Throwable parent)
Constructs an instance of TemplateException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TemplateException(Throwable parent)
parent - the parent exceptionpublic TemplateException(String message)
message - the exception messagepublic TemplateException(String message, Throwable parent)
message - the exception messageparent - the parent exceptionCopyright © 2003–2014 AndroMDA.org. All rights reserved.