BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags
Class AbstractPageError

java.lang.Object
  extended by com.bea.wlw.netui.tags.AbstractPageError
Direct Known Subclasses:
EvalErrorInfo, TagErrorInfo

public abstract class AbstractPageError
extends Object

This is a "struct" class that contains the base information for an error occuring in a tag on a page.


Field Summary
 int errorNo
          The number of the error on the page.
 String tagType
          The number of the error on the page.
 
Constructor Summary
AbstractPageError()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorNo

public int errorNo
The number of the error on the page.


tagType

public String tagType
The number of the error on the page.

Constructor Detail

AbstractPageError

public AbstractPageError()

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.