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