|
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.KeyedReferenceException
KeyedReference exception class to indicate an invalid KeyedReference instance.
| Field Summary | |
protected KeyedReference |
keyedReference
The KeyedReference source of the exception. |
static int |
KEYNAME
Constant for an exception on the keyName. |
static int |
KEYVALUE
Constant for an exception on the keyValue. |
static int |
TMODELKEY
Constant for an exception on the TModelKey. |
| Fields inherited from class inspireit.uddi.util.validators.ValidationException |
COMPOSITE, exceptions, faulty, subexception, type |
| Constructor Summary | |
KeyedReferenceException(KeyedReferenceException[] exceptions)
KeyedReferenceException constructor. |
|
KeyedReferenceException(KeyedReference keyedReference,
int type,
java.lang.String message,
java.lang.Object faulty,
ValidationException subexception)
KeyedReferenceException constructor. |
|
| Method Summary | |
KeyedReference |
getKeyedReference()
|
| 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 KEYNAME
public static final int KEYVALUE
public static final int TMODELKEY
protected KeyedReference keyedReference
| Constructor Detail |
public KeyedReferenceException(KeyedReference keyedReference,
int type,
java.lang.String message,
java.lang.Object faulty,
ValidationException subexception)
type - The exception type.message - An informational message.faulty - The faulty object.public KeyedReferenceException(KeyedReferenceException[] exceptions)
exceptions - List of exceptions that have been thrown.| Method Detail |
public KeyedReference getKeyedReference()
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||