|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalizedStatus
Interface that can be used to communicate status code information via exceptions. In order to communicate this code, make your exception instance implement this interface.
This interface is designed to be implemented by clients. |
Method Summary | |
---|---|
int |
getStatus()
Returns a status code that can be evaluated by the handler of the exception implementing LocalizedStatus . |
Methods inherited from interface com.ibm.portal.Localized |
---|
getDescription, getLocales, getTitle |
Method Detail |
---|
int getStatus()
LocalizedStatus
. It is up
to the handler of the exception how to interpret the status code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |