public class InconsistencyException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static InconsistencyException |
INCONSISTENCY |
| Constructor and Description |
|---|
InconsistencyException() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace()
Forbid the JVM to produce a stack trace each time an InconsistencyException is thrown.
|
java.lang.String |
toString() |
public static final InconsistencyException INCONSISTENCY
public java.lang.String toString()
toString in class java.lang.Throwablepublic java.lang.Throwable fillInStackTrace()
fillInStackTrace in class java.lang.Throwable