libperun

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

public IllegalArgumentError(String msg);

Construct the exception with the specified message.

Methods