Class InputException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidArgumentException, OutOfBoundsException, ReservedAliasException

public class InputException extends Exception
Exception thrown when the input of a command caused an error.
See Also:
  • Constructor Details

    • InputException

      public InputException(String message)