|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DAIExceptionInformation
Interface for the information provided by OGSA-DAI exceptions.
| Method Summary | |
|---|---|
ErrorID |
getErrorID()
Gets the error ID. |
DAIUniqueID |
getExceptionID()
Gets the unique ID associated with this exception. |
java.lang.String |
getLocalizedMessage()
Gets a localized message describing the error. |
java.lang.String |
getMessage()
Gets a message describing the error. |
java.lang.Object[] |
getParameters()
Gets the parameters associated with the error. |
boolean |
hasChild()
Gets whether there is a child exception. |
| Method Detail |
|---|
ErrorID getErrorID()
java.lang.Object[] getParameters()
DAIUniqueID getExceptionID()
boolean hasChild()
true if there is a child exception,
false otherwise.java.lang.String getMessage()
java.lang.String getLocalizedMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||