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