libperun

Class std.rt.TypeError

Synopsis

public  class TypeError extends RuntimeError

Exception thrown when an object of the wrong type is used somewhere.

Fields

Constructors

public TypeError(String msg);

Construct the exception with the specified message.

Methods