javax.validation
Class UnexpectedTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.validation.ValidationException
javax.validation.ConstraintDeclarationException
javax.validation.UnexpectedTypeException
- All Implemented Interfaces:
- Serializable
public class UnexpectedTypeException
- extends ConstraintDeclarationException
Exception raised in the case that the constraint validator resolution
cannot determine a suitable validator for a given type.
- Author:
- Hardy Ferentschik
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnexpectedTypeException
public UnexpectedTypeException(String message)
UnexpectedTypeException
public UnexpectedTypeException()
UnexpectedTypeException
public UnexpectedTypeException(String message,
Throwable cause)
UnexpectedTypeException
public UnexpectedTypeException(Throwable cause)
Copyright © 2007-2013. All Rights Reserved.