|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
revisionlogic.InconsistencyException
InconsistencyException is an inconsistency error message. It is thrown when a sentence is itself inconsistent or is mutually inconsistent with another set of sentences.
Field Summary | |
java.lang.String |
s
A reference to the inconsistency error message. |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
InconsistencyException(java.lang.String message)
Constructs a new InconsistencyException. |
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 |
public java.lang.String s
Constructor Detail |
public InconsistencyException(java.lang.String message)
message
- a reference to the inconsistency error message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |