com.adobe.idp.dsc.registry.infomodel
Interface Fault

All Superinterfaces:
Serializable

public interface Fault
extends Serializable

A Fault object stores the metadata related to faults for a service.


Method Summary
 String getDescription()
          Retrieves the description of the usage of this fault.
 String getHint()
          Retrieves the short description of the purpose of this fault.
 String getName()
          Retrieves the name of this fault, which is expected to be unique with respect to the operation.
 String getTitle()
          Retrieves the title of this fault, which is expected to be displayed within any IDE or user interface.
 String getType()
          Retrieves the name of the exception class that is expected to be thrown due to this fault.
 

Method Detail

getName

String getName()
Retrieves the name of this fault, which is expected to be unique with respect to the operation.

Returns:
The name of this fault.

getTitle

String getTitle()
Retrieves the title of this fault, which is expected to be displayed within any IDE or user interface.

Returns:
The title of this fault.

getDescription

String getDescription()
Retrieves the description of the usage of this fault.

Returns:
The description of the usage of this fault.

getHint

String getHint()
Retrieves the short description of the purpose of this fault.

Returns:
The short description of the purpose of this fault.

getType

String getType()
Retrieves the name of the exception class that is expected to be thrown due to this fault.

Returns:
The exception class name.


[an error occurred while processing this directive] [an error occurred while processing this directive]