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