|
||||||||||
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.JMLPostconditionError
org.jmlspecs.jml4.rac.runtime.JMLExceptionalPostconditionError
public class JMLExceptionalPostconditionError
A JML error class to notify exceptional postcondition violations.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jmlspecs.jml4.rac.runtime.JMLAssertionError |
---|
JMLAssertionError.Location |
Constructor Summary | |
---|---|
JMLExceptionalPostconditionError(java.lang.String className,
java.lang.String methodName,
java.util.Set<JMLAssertionError.Location> locs,
java.util.Map<java.lang.String,java.lang.Object> values)
|
|
JMLExceptionalPostconditionError(java.lang.Throwable cause)
|
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 JMLExceptionalPostconditionError(java.lang.String className, java.lang.String methodName, java.util.Set<JMLAssertionError.Location> locs, java.util.Map<java.lang.String,java.lang.Object> values)
public JMLExceptionalPostconditionError(java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |