|
||||||||||
| 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.qedeq.kernel.se.common.QedeqException
org.qedeq.kernel.se.common.ModuleDataException
org.qedeq.kernel.bo.logic.proof.common.ProofException
org.qedeq.kernel.bo.logic.proof.common.ProofFoundException
public class ProofFoundException
Indicates we found a proof.
| Constructor Summary | |
|---|---|
ProofFoundException(int errorCode,
java.lang.String message,
FormalProofLineList lines,
ModuleContext context)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class org.qedeq.kernel.bo.logic.proof.common.ProofException |
|---|
getProofLines |
| Methods inherited from class org.qedeq.kernel.se.common.ModuleDataException |
|---|
equals, getContext, getReferenceContext, hashCode |
| Methods inherited from class org.qedeq.kernel.se.common.QedeqException |
|---|
getErrorCode, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProofFoundException(int errorCode,
java.lang.String message,
FormalProofLineList lines,
ModuleContext context)
errorCode - Error code of this message.message - Error message.lines - Current proof lines.context - Error location.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||