|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReasonFaultType | |
uk.org.ogsadai.client.toolkit.service.faults | This package provides classes representing faults from OGSA-DAI services - and defined in OGSA-DAI's XML Schema - as exceptions. |
Uses of ReasonFaultType in uk.org.ogsadai.client.toolkit.service.faults |
Fields in uk.org.ogsadai.client.toolkit.service.faults declared as ReasonFaultType | |
private ReasonFaultType[] |
ChainedFaultType.mCauses
Causes of the fault |
Methods in uk.org.ogsadai.client.toolkit.service.faults that return ReasonFaultType | |
ReasonFaultType[] |
ChainedFaultType.getCauses()
Gets the causes. |
ReasonFaultType |
ChainedFaultType.getCause(int i)
Get the cause at index i |
Methods in uk.org.ogsadai.client.toolkit.service.faults with parameters of type ReasonFaultType | |
void |
ChainedFaultType.setCauses(ReasonFaultType[] causes)
Sets the causes. |
void |
ChainedFaultType.setCause(int i,
ReasonFaultType cause)
Set the cause at index i |
Constructors in uk.org.ogsadai.client.toolkit.service.faults with parameters of type ReasonFaultType | |
RequestFaultType(java.lang.String id,
java.lang.String msg,
java.lang.String[] params,
ReasonFaultType[] causes)
Creates a new RequestFaultType from an error ID,
a message and parameters and faults that caused this fault. |
|
ChainedFaultType(java.lang.String id,
java.lang.String msg,
java.lang.String[] params,
ReasonFaultType[] causes)
Creates a new ChainedFaultType from an error ID,
a message and parameters and faults that caused this fault. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |