|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.empire.commons.ErrorObject.ObjectErrorInfo
protected static class ErrorObject.ObjectErrorInfo
This class is internally used by the ErrorObject to provide thread-safe access to the error information.
Field Summary | |
---|---|
java.lang.Object[] |
errParams
Error message params |
java.lang.String |
errSource
Source object's class name |
ErrorType |
errType
Type of error |
Constructor Summary | |
---|---|
ErrorObject.ObjectErrorInfo()
public constructor allows derived classes to instantiate |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ErrorType errType
public java.lang.Object[] errParams
public java.lang.String errSource
Constructor Detail |
---|
public ErrorObject.ObjectErrorInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |