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