EvalErrorInfo Class

com.bea.wlw.netui.tags
EvalErrorInfo Class

public class EvalErrorInfo

    extends AbstractPageError

This is a "struct" class that contains the information for an expression evaluation error.


Hierarchy
Object
  AbstractPageError
    EvalErrorInfo

Field Summary

public String
attr
The attribute of the tag that contained the expression
public ExpressionEvaluationException
evalExcp
The exception which occured
public String
expression
The expression that was being evaluated.
   
Fields from  com.bea.wlw.netui.tags.AbstractPageError
errorNo, tagType
 

Constructor Summary

EvalErrorInfo()

 

Method Summary

 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

attr

public String attr
The attribute of the tag that contained the expression


evalExcp

public ExpressionEvaluationException evalExcp
The exception which occured


expression

public String expression
The expression that was being evaluated.

 

Constructor Detail

EvalErrorInfo

public EvalErrorInfo()