org.apache.beehive.netui.tags
Class AbstractPageError

Object
  extended by 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 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()