|
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.TModelException
TModel exception class to indicate a malformed TModel instance.
| Field Summary | |
static int |
AUTHORIZEDNAME
Constant for an exception on an AuthorizedName. |
static int |
CATEGORYBAG
Constant for an exception on a CategoryBag. |
static int |
DESCRIPTION
Constant for an exception on a Description. |
static int |
IDENTIFIERBAG
Constant for an exception on an IdentifierBag. |
static int |
NAME
Constant for an exception on a Name. |
static int |
OPERATOR
Constant for an exception on a Operation information. |
static int |
OVERVIEWDOC
Constant for an exception on an OverviewDoc. |
static int |
TMODELKEY
Constant for an exception on a TModelKey. |
| Fields inherited from class inspireit.uddi.util.validators.ValidationException |
COMPOSITE, exceptions, faulty, subexception, type |
| Constructor Summary | |
TModelException(TModelException[] exceptions)
TModelException constructor. |
|
TModelException(TModel tModel,
int type,
java.lang.String message,
java.lang.Object faulty,
ValidationException ve)
TModelException 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 TMODELKEY
public static final int AUTHORIZEDNAME
public static final int OPERATOR
public static final int NAME
public static final int DESCRIPTION
public static final int OVERVIEWDOC
public static final int IDENTIFIERBAG
public static final int CATEGORYBAG
| Constructor Detail |
public TModelException(TModel tModel,
int type,
java.lang.String message,
java.lang.Object faulty,
ValidationException ve)
tModel - The TModel that caused the exception to be thrown.type - The exception type.message - An informational message.faulty - The faulty object.public TModelException(TModelException[] 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 | |||||||||