com.cafesoft.core.data
Class ValidatorConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cafesoft.core.exception.NestedException
              extended by com.cafesoft.core.data.ValidatorConfigException
All Implemented Interfaces:
Serializable

public class ValidatorConfigException
extends NestedException

ValidatorConfigException is thrown to indicate misconfiguration of a Validator implementation.

Since:
12/30/2006
See Also:
Serialized Form

Constructor Summary
ValidatorConfigException()
          Construct a new ValidatorConfigException with no other information.
ValidatorConfigException(String message)
          Construct a new ValidatorConfigException for the specified message.
ValidatorConfigException(String message, Throwable cause)
          Construct a new ValidatorConfigException for the specified message and throwable.
ValidatorConfigException(Throwable cause)
          Construct a new ValidatorConfigException for the specified throwable.
 
Method Summary
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidatorConfigException

public ValidatorConfigException()
Construct a new ValidatorConfigException with no other information.


ValidatorConfigException

public ValidatorConfigException(String message)
Construct a new ValidatorConfigException for the specified message.

Parameters:
message - message describing this exception

ValidatorConfigException

public ValidatorConfigException(Throwable cause)
Construct a new ValidatorConfigException for the specified throwable.

Parameters:
cause - Throwable that caused this exception

ValidatorConfigException

public ValidatorConfigException(String message,
                                Throwable cause)
Construct a new ValidatorConfigException for the specified message and throwable.

Parameters:
message - message describing this exception
cause - Throwable that caused this exception


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.