org.apache.bval.jsr303
Class IncompatiblePropertyValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.validation.ValidationException
                  extended by org.apache.bval.jsr303.IncompatiblePropertyValueException
All Implemented Interfaces:
Serializable

public class IncompatiblePropertyValueException
extends ValidationException

Internal exception thrown when trying to validate a value for a property for which it is not assignment-compatible.

Version:
$Rev: 1031833 $ $Date: 2010-11-05 16:53:03 -0500 (Fri, 05 Nov 2010) $
Author:
Matt Benson
See Also:
Serialized Form

Constructor Summary
IncompatiblePropertyValueException()
          Create a new IncompatiblePropertyValueException instance.
IncompatiblePropertyValueException(String message)
          Create a new IncompatiblePropertyValueException instance.
IncompatiblePropertyValueException(String message, Throwable cause)
          Create a new IncompatiblePropertyValueException instance.
IncompatiblePropertyValueException(Throwable cause)
          Create a new IncompatiblePropertyValueException instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompatiblePropertyValueException

public IncompatiblePropertyValueException(String message)
Create a new IncompatiblePropertyValueException instance.

Parameters:
message -

IncompatiblePropertyValueException

public IncompatiblePropertyValueException()
Create a new IncompatiblePropertyValueException instance.


IncompatiblePropertyValueException

public IncompatiblePropertyValueException(String message,
                                          Throwable cause)
Create a new IncompatiblePropertyValueException instance.

Parameters:
message -
cause -

IncompatiblePropertyValueException

public IncompatiblePropertyValueException(Throwable cause)
Create a new IncompatiblePropertyValueException instance.

Parameters:
cause -


Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.