org.hibernate.classic
Class ValidationFailure
- Nestable
public class ValidationFailure
Thrown from Validatable.validate() when an invariant
was violated. Some applications might subclass this exception
in order to provide more information about the violation.
getCause , getMessage , getMessage , getMessages , getThrowable , getThrowableCount , getThrowables , indexOfThrowable , indexOfThrowable , printPartialStackTrace , printStackTrace , printStackTrace , printStackTrace |
ValidationFailure
public ValidationFailure(Exception e)
ValidationFailure
public ValidationFailure(String message)
Constructs a new NestableRuntimeException
with specified
detail message.
ValidationFailure
public ValidationFailure(String message,
Exception e)