Class std.rt.IllegalArgumentError
Synopsis
public class IllegalArgumentError extends RuntimeError
An exception thrown when an illegal argument is passed to a method (e.g. wrong format, or violating some constraint).
Fields
Constructors
Construct the exception with the specified message.