com.ls.util.validation
Class ValidationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ls.BaseException
|
+--com.ls.util.validation.ValidationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ValidationConfigurationException
- public class ValidationException
- extends BaseException
Exception handling class for the validation.
- Version:
- $Revision: 1.1 $
- Author:
- Last modified by $Author: TMahler $
- See Also:
BaseException
, Serialized Form
ValidationException
public ValidationException()
- Creates a
ValidationException
with no specified detail message.
ValidationException
public ValidationException(String description)
- Creates a
ValidationException
with the specified detail message.
- Parameters:
description
- Detail message
ValidationException
public ValidationException(String description,
Throwable throwable)
- Creates a
ValidationException
with the specified detail message and nested
throwable.
- Parameters:
description
- Detail messagethrowable
- Nested exception
ValidationException
public ValidationException(String description,
Throwable throwable,
String exceptionCode)
- Creates a
ValidationException
with the specified detail message and nested
throwable.
- Parameters:
description
- Detail messagethrowable
- Nested exception
getExceptionCode
public String getExceptionCode()
- Returns the code of the exception
- Returns:
- The code of the exception