com.ls.util.validation
Class ValidationConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ls.BaseException
                    |
                    +--com.ls.util.validation.ValidationException
                          |
                          +--com.ls.util.validation.ValidationConfigurationException
All Implemented Interfaces:
Serializable

public class ValidationConfigurationException
extends ValidationException

Exception handling class for validation configuration.

Version:
$Revision: 1.1 $
Author:
Last modified by $Author: TMahler $
See Also:
ValidationException, Serialized Form

Fields inherited from class com.ls.BaseException
innerThrowable
 
Constructor Summary
ValidationConfigurationException()
          Creates a ValidationConfigurationException with no specified detail message.
ValidationConfigurationException(String description)
          Creates a ValidationConfigurationException with the specified detail message.
ValidationConfigurationException(String description, Throwable throwable)
          Creates a ValidationConfigurationException with the specified detail message and nested throwable.
ValidationConfigurationException(String description, Throwable throwable, String exceptionCode)
          Creates a ValidationConfigurationException with the specified detail message and nested throwable.
 
Methods inherited from class com.ls.util.validation.ValidationException
getExceptionCode
 
Methods inherited from class com.ls.BaseException
getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationConfigurationException

public ValidationConfigurationException()
Creates a ValidationConfigurationException with no specified detail message.

ValidationConfigurationException

public ValidationConfigurationException(String description)
Creates a ValidationConfigurationException with the specified detail message.
Parameters:
description - detail message

ValidationConfigurationException

public ValidationConfigurationException(String description,
                                        Throwable throwable)
Creates a ValidationConfigurationException with the specified detail message and nested throwable.
Parameters:
description - Detail message
throwable - Nested exception

ValidationConfigurationException

public ValidationConfigurationException(String description,
                                        Throwable throwable,
                                        String exceptionCode)
Creates a ValidationConfigurationException with the specified detail message and nested throwable.
Parameters:
description - Detail message
throwable - Nested exception