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