Class ExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cl.obcom.desktopfx.core.DesktopException
cl.obcom.desktopfx.expr.ExpressionException
- All Implemented Interfaces:
Serializable
Signals that an
Expression exception of some sort has occurred.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newExpressionExceptioninstance.ExpressionException(String message) Constructs a newExpressionExceptionwith amessage.ExpressionException(String message, Throwable cause) Constructs a newExpressionExceptionwith amessageandcause.ExpressionException(Throwable cause) Constructs a newExpressionExceptionwith acause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionException
public ExpressionException()Constructs a newExpressionExceptioninstance. -
ExpressionException
Constructs a newExpressionExceptionwith amessage.- Parameters:
message- the detail message.
-
ExpressionException
Constructs a newExpressionExceptionwith acause.- Parameters:
cause- the cause of this exception.
-
ExpressionException
-