|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ariba.util.expr.ExprException
public class ExprException
Superclass for Expr exceptions, incorporating an optional encapsulated exception.
Constructor Summary | |
---|---|
ExprException()
Constructs an ExprException with no message or encapsulated exception. |
|
ExprException(java.lang.String msg)
Constructs an ExprException with the given message but no encapsulated exception. |
|
ExprException(java.lang.String msg,
java.lang.Throwable reason)
Constructs an ExprException with the given message and encapsulated exception. |
Method Summary | |
---|---|
Evaluation |
getEvaluation()
Returns the Evaluation that was the root evaluation when the exception was thrown. |
void |
setEvaluation(Evaluation value)
Sets the Evaluation that was current when this exception was thrown. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExprException()
public ExprException(java.lang.String msg)
msg
- the exception's detail messagepublic ExprException(java.lang.String msg, java.lang.Throwable reason)
msg
- the exception's detail messagereason
- the encapsulated exceptionMethod Detail |
---|
public Evaluation getEvaluation()
public void setEvaluation(Evaluation value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |