Class InvalidProgramException

    • Constructor Detail

      • InvalidProgramException

        public InvalidProgramException()
        Creates a new exception with no message.
      • InvalidProgramException

        public InvalidProgramException​(String message)
        Creates a new exception with the given message.
        Parameters:
        message - The exception message.
      • InvalidProgramException

        public InvalidProgramException​(String message,
                                       Throwable e)
        Creates a new exception with the given message and cause.
        Parameters:
        message - The exception message.
        e - The exception cause.