org.jmlspecs.jml4.rac.runtime
Class JMLInternalPreconditionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.jmlspecs.jml4.rac.runtime.JMLAssertionError
              extended by org.jmlspecs.jml4.rac.runtime.JMLPreconditionError
                  extended by org.jmlspecs.jml4.rac.runtime.JMLInternalPreconditionError
All Implemented Interfaces:
java.io.Serializable

public class JMLInternalPreconditionError
extends JMLPreconditionError

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.

Version:
$Revision: 1.3 $
Author:
Yoonsik Cheon
See Also:
JMLPreconditionError, JMLEntryPreconditionError, Serialized Form

Nested 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

JMLInternalPreconditionError

public JMLInternalPreconditionError(JMLAssertionError e)
Creates a new instance from the given assertion error.