com.ibm.tws.objects.validator
Class ValidatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.tws.util.exception.TWSException
              extended bycom.ibm.tws.objects.validator.ValidatorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AddressValidatorException, CharValidatorException, ComparisonValidatorException, ConstraintValidatorException, FilterValidatorException, InstanceValidatorException, LengthValidatorException, NullValidatorException, RangeValidatorException, StartValidatorException, ValueValidatorException

public class ValidatorException
extends TWSException

This class is the root of all validator exception classes.

See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


MESSAGE_CATALOG

public static final java.lang.String MESSAGE_CATALOG
Message catalog name.

See Also:
Constant Field Values
Constructor Detail

ValidatorException

public ValidatorException(java.lang.String messageID)
Creates a new ValidatorException from the specified message.

Parameters:
messageID - The identifier of the message in the message catalog.

ValidatorException

public ValidatorException(java.lang.String messageID,
                          java.lang.Object[] parameters)
Creates a new ValidatorException from the specified message and parameters.

Parameters:
messageID - The identifier of the message in the message catalog.
parameters - An array of parameters to be included in the message.


Copyright © 2005 IBM All Rights Reserved.