|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
at.lcm.x2c.core.EvaluationException
public final class EvaluationException
Signals that an attempt to evaluate an expression or variable in an environment has failed.
Constructor Summary | |
---|---|
EvaluationException()
Creates an EvaluationException with null as its error detail message. |
|
EvaluationException(java.lang.String msg)
Creates an EvaluationException with the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EvaluationException()
EvaluationException
with null as its error detail message.
public EvaluationException(java.lang.String msg)
EvaluationException
with the specified detail message.
msg
- Message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |