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