org.apache.beehive.netui.tags
Class TagErrorInfo

Object
  extended by AbstractPageError
      extended by TagErrorInfo

public class TagErrorInfo
extends AbstractPageError

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


Field Summary
 String message
          The attribute of the tag that contained the expression
 
Fields inherited from class AbstractPageError
errorNo, tagType
 
Constructor Summary
TagErrorInfo()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

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

Constructor Detail

TagErrorInfo

public TagErrorInfo()