|
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.PublisherAssertionException
PublisherAssertion exception class to indicate an invalid PublisherAssertion instance.
| Field Summary | |
static int |
FROMKEY
Constant for an exception on the fromKey value. |
static int |
KEYEDREFERENCE
Constant for an exception on the keyedReference. |
static int |
TOKEY
Constant for an exception on the toKey. |
| Fields inherited from class inspireit.uddi.util.validators.ValidationException |
COMPOSITE, exceptions, faulty, subexception, type |
| Constructor Summary | |
PublisherAssertionException(PublisherAssertionException[] exceptions)
PublisherAssertionException constructor. |
|
PublisherAssertionException(PublisherAssertion publisherAssertion,
int type,
java.lang.String message,
java.lang.Object faulty,
ValidationException subexception)
PublisherAssertionException 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 FROMKEY
public static final int TOKEY
public static final int KEYEDREFERENCE
| Constructor Detail |
public PublisherAssertionException(PublisherAssertion publisherAssertion,
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 PublisherAssertionException(PublisherAssertionException[] 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 | |||||||||