Save This Page
Home » hibernate-validator-src-20081106 » org.hibernate » validator » [javadoc | source]
org.hibernate.validator
public class: InvalidStateException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            org.hibernate.validator.InvalidStateException

All Implemented Interfaces:
    Serializable

Thrown when the bean has violated one or several of its constraints You can get the violation details in getInvalidValues()
Constructor:
 public InvalidStateException(InvalidValue[] invalidValues) 
 public InvalidStateException(InvalidValue[] invalidValues,
    String className) 
Method from org.hibernate.validator.InvalidStateException Summary:
getInvalidValues
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.validator.InvalidStateException Detail:
 public InvalidValue[] getInvalidValues()