|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.tws.util.exception.TWSException
com.ibm.tws.objects.validator.ValidatorException
This class is the root of all validator exception classes.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright. |
static java.lang.String |
MESSAGE_CATALOG
Message catalog name. |
Constructor Summary | |
---|---|
ValidatorException(java.lang.String messageID)
Creates a new ValidatorException from the specified message. |
|
ValidatorException(java.lang.String messageID,
java.lang.Object[] parameters)
Creates a new ValidatorException from the specified message and parameters. |
Methods inherited from class com.ibm.tws.util.exception.TWSException |
---|
getArgs, getCauseMessage, getLocalizedMessage, getLocalizedMessage, getMessage, initialize, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String MESSAGE_CATALOG
Constructor Detail |
public ValidatorException(java.lang.String messageID)
messageID
- The identifier of the message in the message catalog.public ValidatorException(java.lang.String messageID, java.lang.Object[] parameters)
messageID
- The identifier of the message in the message catalog.parameters
- An array of parameters to be included in the message.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |