|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jmlspecs.jml4.rac.NonExecutableException
public class NonExecutableException
Thrown to indicate that an attempt has been made to translate a JML expression that is not executable.
Constructor Summary | |
---|---|
NonExecutableException()
Constructs a new instance. |
|
NonExecutableException(java.lang.String msg)
Constructs a new instance with the given message. |
Method Summary | |
---|---|
static java.lang.String |
throwException(Expression expr)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 NonExecutableException()
public NonExecutableException(java.lang.String msg)
Method Detail |
---|
public static java.lang.String throwException(Expression expr)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |