|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractPageError
EvalErrorInfo
public class EvalErrorInfo
This is a "struct" class that contains the information for an expression evaluation error.
Field Summary | |
---|---|
String |
attr
The attribute of the tag that contained the expression |
ExpressionEvaluationException |
evalExcp
The exception which occured |
String |
expression
The expression that was being evaluated. |
Fields inherited from class AbstractPageError |
---|
errorNo, tagType |
Constructor Summary | |
---|---|
EvalErrorInfo()
|
Method Summary |
---|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String attr
public String expression
public ExpressionEvaluationException evalExcp
Constructor Detail |
---|
public EvalErrorInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |