Class ArgumentException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TimeRangeException

public class ArgumentException extends RuntimeException
Thrown if invalid or malformed argument, argument length exceeds imposed limit, or missing required argument.
See Also:
  • Constructor Details

    • ArgumentException

      public ArgumentException(String reason)