Class CommandLineException

All Implemented Interfaces:
Serializable, HasFriendlyErrorMessage

public class CommandLineException extends AnchorFriendlyRuntimeException
An exception thrown at run-time while processing command-line arguments.

This exception extends AnchorFriendlyRuntimeException to provide user-friendly error messages.

See Also:
  • Constructor Details

    • CommandLineException

      public CommandLineException(String message)
      Constructs a new CommandLineException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method)