Class IllegalArgumentException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParseUserNameException, WrongRangeOfCountException

public class IllegalArgumentException extends InternalErrorException
This exception is thrown when there is an illegal value in the argument
Author:
Michal Šťava
See Also:
  • Constructor Details

    • IllegalArgumentException

      public IllegalArgumentException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • IllegalArgumentException

      public IllegalArgumentException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • IllegalArgumentException

      public IllegalArgumentException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception