com.bea.wlw.netui.tags
Class EvalErrorInfo
java.lang.Object
com.bea.wlw.netui.tags.AbstractPageError
com.bea.wlw.netui.tags.EvalErrorInfo
public class EvalErrorInfo
- extends AbstractPageError
This is a "struct" class that contains the information for
an expression evaluation error.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attr
public String attr
- The attribute of the tag that contained the expression
expression
public String expression
- The expression that was being evaluated.
evalExcp
public ExpressionEvaluationException evalExcp
- The exception which occured
EvalErrorInfo
public EvalErrorInfo()