org.apache.beehive.netui.tags
Class EvalErrorInfo

Object
  extended by AbstractPageError
      extended by EvalErrorInfo

public class EvalErrorInfo
extends AbstractPageError

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

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

Constructor Detail

EvalErrorInfo

public EvalErrorInfo()