|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--inspireit.uddi.util.validators.ValidationException
|
+--inspireit.uddi.util.validators.InstanceDetailsException
InstanceDetails exception class to indicate an invalid InstanceDetails instance.
| Field Summary | |
static int |
DESCRIPTION
Constant for an exception on a Description. |
protected InstanceDetails |
instanceDetails
InstanceDetails that caused the exception to be thrown. |
static int |
INSTANCEPARMS
Constant for an exception on an InstanceParms. |
static int |
OVERVIEWDOC
Constant for an exception on an OverviewDoc. |
| Fields inherited from class inspireit.uddi.util.validators.ValidationException |
COMPOSITE, exceptions, faulty, subexception, type |
| Constructor Summary | |
InstanceDetailsException(InstanceDetailsException[] exceptions)
InstanceDetailsException constructor. |
|
InstanceDetailsException(InstanceDetails instanceDetails,
int type,
java.lang.String message,
java.lang.Object faulty)
InstanceDetailsException constructor. |
|
| Methods inherited from class inspireit.uddi.util.validators.ValidationException |
getExceptions, getFaulty, getMessage, getSubException, getType |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int DESCRIPTION
public static final int OVERVIEWDOC
public static final int INSTANCEPARMS
protected InstanceDetails instanceDetails
| Constructor Detail |
public InstanceDetailsException(InstanceDetails instanceDetails,
int type,
java.lang.String message,
java.lang.Object faulty)
type - The exception type.message - An informational message.faulty - The faulty object.public InstanceDetailsException(InstanceDetailsException[] exceptions)
exceptions - List of exceptions that have been thrown.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||