|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Fault
A Fault
object stores the metadata related to faults for a service.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Retrieves the description of the usage of this fault. |
java.lang.String |
getHint()
Retrieves the short description of the purpose of this fault. |
java.lang.String |
getName()
Retrieves the name of this fault, which is expected to be unique with respect to the operation. |
java.lang.String |
getTitle()
Retrieves the title of this fault, which is expected to be displayed within any IDE or user interface. |
java.lang.String |
getType()
Retrieves the name of the exception class that is expected to be thrown due to this fault. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getTitle()
java.lang.String getDescription()
java.lang.String getHint()
java.lang.String getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |