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