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

All Implemented Interfaces:
    Serializable

Indicates failure of an assertion: a possible bug in Hibernate.
Constructor:
 public AssertionFailure(String s) 
 public AssertionFailure(String s,
    Throwable t) 
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