|
||||||||||
| 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
public abstract class ProofException
Indicates we found something or have to abandon the search.
| Constructor Summary | |
|---|---|
ProofException(int errorCode,
java.lang.String message,
FormalProofLineList lines,
ModuleContext context)
Constructor. |
|
| Method Summary | |
|---|---|
FormalProofLineList |
getProofLines()
Get proof lines we found. |
| 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 ProofException(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.| Method Detail |
|---|
public FormalProofLineList getProofLines()
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||