|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReturnCodeException
The ReturnCodeException interface defines the methods required for exceptions that contain a return code. A return code is used to further identify the cause of an error when an exception can be thrown for several reasons. The return code values are defined in the class that implements this interface.
Method Summary | |
---|---|
int |
getReturnCode()
Returns the return code associated with this exception. |
Method Detail |
---|
int getReturnCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |