libperun

Class std.rt.NullReferenceError

Synopsis

public  class NullReferenceError extends RuntimeError

Exception thrown when the `null' value is dereferenced.

Fields

Constructors

public NullReferenceError(String msg);

Construct the exception with the specified message.

Methods