|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.osconsulting.jerr.JErrCategoryBase
public abstract class JErrCategoryBase
JErrorCategory is the base class of all JErrorCategories. The user must extend this class and list all ErrorCodes for this new category. See JErrErrorCategory for an example implementation.
Constructor Summary | |
---|---|
JErrCategoryBase()
|
Method Summary | |
---|---|
java.util.List<JErrCode> |
getErrorCodeList()
Returns a list of JErrorCode s of all errorCode defined in
the current JErrorCategory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JErrCategoryBase()
Method Detail |
---|
public java.util.List<JErrCode> getErrorCodeList() throws java.lang.IllegalAccessException
JErrorCode
s of all errorCode defined in
the current JErrorCategory.
JErrorCode
s defined in this category.
java.lang.IllegalAccessException
- if an JErrorCode field is inaccessable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |