|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorInfo
This interface allows access to the last error that occured on a object.
Method Summary | |
---|---|
java.lang.String |
getErrorMessage()
Returns the message associated with the last error. |
java.lang.Object[] |
getErrorParams()
Returns the parameters used to build the error text. |
java.lang.String |
getErrorSource()
Returns the source object's class name that raised the error |
ErrorType |
getErrorType()
Returns the last error code. |
boolean |
hasError()
Returns wether or not an error is set. |
Method Detail |
---|
boolean hasError()
ErrorType getErrorType()
java.lang.Object[] getErrorParams()
java.lang.String getErrorSource()
java.lang.String getErrorMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |