|
||||||||||
| 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.ProofNotFoundException
public class ProofNotFoundException
Indicates we couldn't find a proof. Abandon the search.
| Constructor Summary | |
|---|---|
ProofNotFoundException(int errorCode,
java.lang.String message,
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 ProofNotFoundException(int errorCode,
java.lang.String message,
ModuleContext context)
errorCode - Error code of this message.message - Error message.context - Error location.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||