Class CheckException

  • All Implemented Interfaces:
    Serializable

    public class CheckException
    extends OBException
    Is thrown by the Check invariant check methods. Unchecked state exception which also logs itself.
    Author:
    mtaal
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckException

        public CheckException()
      • CheckException

        public CheckException​(String message,
                              Throwable cause)
      • CheckException

        public CheckException​(String message)
      • CheckException

        public CheckException​(Throwable cause)