|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.jmlspecs.jml4.rac.runtime.JMLAssertionError
org.jmlspecs.jml4.rac.runtime.JMLPreconditionError
org.jmlspecs.jml4.rac.runtime.JMLInternalPreconditionError
public class JMLInternalPreconditionError
A JML error class to notify internal precondition violations. An internal precondition violation refers to a precondition violation that arises inside the execution of the method that we are interested in.
JMLPreconditionError
,
JMLEntryPreconditionError
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from class org.jmlspecs.jml4.rac.runtime.JMLAssertionError |
---|
JMLAssertionError.Location |
Constructor Summary | |
---|---|
JMLInternalPreconditionError(JMLAssertionError e)
Creates a new instance from the given assertion error. |
Method Summary |
---|
Methods inherited from class org.jmlspecs.jml4.rac.runtime.JMLAssertionError |
---|
className, getMessage, locations, message, methodName, values |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JMLInternalPreconditionError(JMLAssertionError e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |