|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jsdsi.Prover.ProofFoundException
Thrown when the Prover finds a proof. This is an abuse of exceptions, but it makes it easy to return a proof from deep within a recursive call. Ugly, but effective.
| Field Summary | |
(package private) Proof |
proof
|
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
(package private) |
Prover.ProofFoundException(Proof p)
|
| Method Summary | |
(package private) Proof |
getProof()
|
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
Proof proof
| Constructor Detail |
Prover.ProofFoundException(Proof p)
| Method Detail |
Proof getProof()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||