Package minicp.util.exception
Class InconsistencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
minicp.util.exception.InconsistencyException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionForbid the JVM to produce a stack trace each time an InconsistencyException is thrown.toString()Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
INCONSISTENCY
-
-
Constructor Details
-
InconsistencyException
public InconsistencyException()
-
-
Method Details
-
toString
-
fillInStackTrace
Forbid the JVM to produce a stack trace each time an InconsistencyException is thrown. Uncomment if you need stack traces. Be careful to comment it after debugging.- Overrides:
fillInStackTracein classThrowable
-