|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jml2b.exceptions.LoadException
This class provides an exception that can be threw during the load of a JPO file. The reasons can be:
jml2b.formula.Formula#create(IJml2bConfiguration, DataInputStream)
,
jpov.formula.Formula#create(DataInputStream)
,
jml2b.pog.Theorem#findVf(Vector, int)
,
jpov.structure.Lemma#findVf(VirtualFormula[], int)
,
jml2b.structure.java.JmlFile#loadJmlFile(IJml2bConfiguration, DataInputStream)
,
jpov.structure.JmlFile#loadJmlFile(DataInputStream)
,
jml2b.structure.java.JmlFile#loadSubstitution(IJml2bConfiguration, DataInputStream)
,
jpov.structure.Goal#loadSubstitution(DataInputStream)
,
Serialized FormConstructor Summary | |
LoadException(java.lang.String msg)
Constructs an exception when a given message. |
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 LoadException(java.lang.String msg)
msg
- The message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |