Class InconsistencyException

All Implemented Interfaces:
Serializable

public class InconsistencyException extends RuntimeException
See Also:
  • Field Details

  • Constructor Details

    • InconsistencyException

      public InconsistencyException()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Throwable
    • fillInStackTrace

      public Throwable 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:
      fillInStackTrace in class Throwable