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
- Version:
- $Rev$ $Date$
- See Also:
ConstraintDeclarationException
,
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 © 2003-2012 The Apache Software Foundation. All Rights Reserved.