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