|
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
ValidationException is the root exception for a validation exception.
| Field Summary | |
static int |
COMPOSITE
Constant for a composite exception. |
protected ValidationException[] |
exceptions
List of exceptions that have been thrown. |
protected java.lang.Object |
faulty
The faulty object. |
protected ValidationException |
subexception
|
protected int |
type
The exception type. |
| Constructor Summary | |
ValidationException(int type,
java.lang.String message,
java.lang.Object faulty,
ValidationException subexception)
ValidationException constructor. |
|
ValidationException(ValidationException[] exceptions)
TModelException constructor. |
|
| Method Summary | |
ValidationException[] |
getExceptions()
Gets the exceptions that have been thrown. |
java.lang.Object |
getFaulty()
Gets the faulty object. |
java.lang.String |
getMessage()
|
ValidationException |
getSubException()
|
int |
getType()
Gets the exception type. |
| 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 COMPOSITE
protected int type
protected java.lang.Object faulty
protected ValidationException[] exceptions
protected ValidationException subexception
| Constructor Detail |
public ValidationException(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 ValidationException(ValidationException[] exceptions)
exceptions - List of exceptions that have been thrown.| Method Detail |
public int getType()
public ValidationException getSubException()
public ValidationException[] getExceptions()
public java.lang.Object getFaulty()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||