|
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.ContactException
Contact exception class to indicate an invalid Contact instance.
| Field Summary | |
static int |
ADDRESS
Constant for an exception on a Address. |
protected Contact |
contact
|
static int |
DESCRIPTION
Constant for an exception on a Description. |
static int |
EMAIL
Constant for an exception on a EMail. |
static int |
PERSONNAME
Constant for an exception on a PersonName. |
static int |
PHONE
Constant for an exception on a Phone. |
static int |
USETYPE
Constant for an exception on a useType. |
| Fields inherited from class inspireit.uddi.util.validators.ValidationException |
COMPOSITE, exceptions, faulty, subexception, type |
| Constructor Summary | |
ContactException(ContactException[] exceptions)
ContactException constructor. |
|
ContactException(Contact contact,
int type,
java.lang.String message,
java.lang.Object faulty,
ValidationException subexception)
ContactException constructor. |
|
| Method Summary | |
Contact |
getContact()
|
| 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 USETYPE
public static final int DESCRIPTION
public static final int PERSONNAME
public static final int PHONE
public static final int EMAIL
public static final int ADDRESS
protected Contact contact
| Constructor Detail |
public ContactException(Contact contact,
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 ContactException(ContactException[] exceptions)
exceptions - List of exceptions that have been thrown.| Method Detail |
public Contact getContact()
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||