Class InvariantViolationException

    • Constructor Detail

      • InvariantViolationException

        public InvariantViolationException​(String message,
                                           Throwable cause,
                                           int in_violations)
        Construct an exception.
        Parameters:
        cause - The cause
        message - The message
        in_violations - The number of violated conditions
      • InvariantViolationException

        public InvariantViolationException​(String message,
                                           int in_violations)
        Construct an exception.
        Parameters:
        message - The message
        in_violations - The number of violated conditions