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
public int |
-
errorNo
- The number of the error on the page.
|
public String |
-
tagType
- The number of the error on the page.
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errorNo
public int errorNo
- The number of the error on the page.
tagType
public String
tagType
- The number of the error on the page.
AbstractPageError
public AbstractPageError()