TagErrorInfo Class

com.bea.wlw.netui.tags
TagErrorInfo Class

public class TagErrorInfo

    extends AbstractPageError

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


Hierarchy
Object
  AbstractPageError
    TagErrorInfo

Field Summary

public String
message
The attribute of the tag that contained the expression
   
Fields from  com.bea.wlw.netui.tags.AbstractPageError
errorNo, tagType
 

Constructor Summary

TagErrorInfo()

 

Method Summary

 
Methods from class java.lang.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()