Class OptionsException

All Implemented Interfaces:
Serializable

public class OptionsException extends CommandException

OptionsException class.

Version:
7.6.21
Author:
Michael Thomas (mikepthomas@outlook.com)
See Also:
  • Constructor Details

    • OptionsException

      public OptionsException(String message)
      Constructs an instance of OptionsException with the specified detail message.
      Parameters:
      message - the detail message.
    • OptionsException

      public OptionsException(String message, Throwable cause)
      Constructs an instance of OptionsException with the specified detail message and the cause of the Exception.
      Parameters:
      message - the detail message.
      cause - the cause of the exception.
    • OptionsException

      public OptionsException()