Class InvalidArgumentException

All Implemented Interfaces:
Serializable

public final class InvalidArgumentException extends InputException
Exception thrown when argument passed to a method is incorrect.
See Also:
  • Constructor Details

    • InvalidArgumentException

      public InvalidArgumentException(String message)