|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multijava.util.InconsistencyException
An InconsistencyException indicates that an inconsistent internal state has been discovered, usually due to incorrect program logic.
| Field Summary |
| Fields inherited from class java.lang.RuntimeException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
InconsistencyException()
Deprecated. Use the constructor with the message or build it with the exception which cause this case. |
|
InconsistencyException(String message)
Constructs am InconsistencyException with the specified detail message. |
|
InconsistencyException(String message,
Throwable e)
Constructs am InconsistencyException with the specified detail message. |
|
InconsistencyException(Throwable e)
Constructs am InconsistencyException from the given throwable. |
|
| Method Summary |
| 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 |
| Constructor Detail |
public InconsistencyException()
public InconsistencyException(String message)
message - the detail messagepublic InconsistencyException(Throwable e)
e - the thowable to build this exception from
public InconsistencyException(String message,
Throwable e)
message - the detail message
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||