Package com.iizix.ws.xml
Class ValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.iizix.ws.xml.ValueException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValueException extends java.lang.Exception
The Value exception used when validating Values.- Author:
- Christopher Mindus
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueException(java.lang.String message)
Creates a Value Exception with a message.ValueException(java.lang.String message, java.lang.Throwable exception)
Creates a Value Exception with a message and an exception cause.
-
-
-
Constructor Detail
-
ValueException
public ValueException(java.lang.String message)
Creates a Value Exception with a message.- Parameters:
message
- the detail message.
-
ValueException
public ValueException(java.lang.String message, java.lang.Throwable exception)
Creates a Value Exception with a message and an exception cause.- Parameters:
message
- the detail message.exception
- the exception, i.e. the real cause.
-
-