net.sf.oval.exception
Class OValException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.oval.exception.OValException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConstraintsViolatedException, ExpressionEvaluationException, InvalidConfigurationException, ReflectionException, ValidationFailedException
public class OValException
- extends RuntimeException
The root exception of all custom exceptions thrown by OVal
- Author:
- Sebastian Thomschke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OValException
public OValException(String message)
OValException
public OValException(String message,
Throwable cause)
OValException
public OValException(Throwable cause)
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.