javax.validation
Class ConstraintDeclarationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.validation.ValidationException
javax.validation.ConstraintDeclarationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UnexpectedTypeException
public class ConstraintDeclarationException
- extends ValidationException
Exception raised if a constraint declaration is not legal
- Author:
- Emmanuel Bernard
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConstraintDeclarationException
public ConstraintDeclarationException(String message)
ConstraintDeclarationException
public ConstraintDeclarationException()
ConstraintDeclarationException
public ConstraintDeclarationException(String message,
Throwable cause)
ConstraintDeclarationException
public ConstraintDeclarationException(Throwable cause)
Copyright © 2007-2013. All Rights Reserved.