Class 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
    • Constructor Detail

      • UnexpectedTypeException

        public UnexpectedTypeException​(String message)
      • UnexpectedTypeException

        public UnexpectedTypeException()
      • UnexpectedTypeException

        public UnexpectedTypeException​(String message,
                                       Throwable cause)
      • UnexpectedTypeException

        public UnexpectedTypeException​(Throwable cause)