libperun

Class std.re.RegexError

Synopsis

public  class RegexError extends IllegalArgumentError

Exception thrown when regex-related errors occur.

Fields

Constructors

public RegexError(String msg);

Construct the exception with the specified message.

Methods