AbstractPageError Class

com.bea.wlw.netui.tags
AbstractPageError Class

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.


Hierarchy
Object
  AbstractPageError
Direct Known Subclasses

EvalErrorInfo, TagErrorInfo

Field Summary

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

Constructor Summary

AbstractPageError()

 

Method Summary

 
Methods 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()