com.cafesoft.core.data
Class ValidationException

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.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends NestedException

ValidationException is thrown to indicate that a data validatiaon exception has occurred.

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

Constructor Summary
ValidationException()
          Construct a new ValidationException with no other information.
ValidationException(String message)
          Construct a new ValidationException for the specified message.
ValidationException(String message, Throwable cause)
          Construct a new ValidationException for the specified message and throwable.
ValidationException(Throwable cause)
          Construct a new ValidationException 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

ValidationException

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


ValidationException

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

Parameters:
message - message describing this exception

ValidationException

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

Parameters:
cause - Throwable that caused this exception

ValidationException

public ValidationException(String message,
                           Throwable cause)
Construct a new ValidationException 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.