Class ThisCannotHappenException

All Implemented Interfaces:
Serializable

public final class ThisCannotHappenException extends RuntimeException
This is thrown for situations that "cannot happen", typically a programming error.
See Also:
  • Constructor Details

    • ThisCannotHappenException

      public ThisCannotHappenException()
    • ThisCannotHappenException

      public ThisCannotHappenException(String s)
    • ThisCannotHappenException

      public ThisCannotHappenException(Throwable ex)