libperun

Class std.rt.RuntimeError

Synopsis

public  class RuntimeError extends Exception

An exception thrown during errors related to the runtime.

Fields

Constructors

public RuntimeError(String msg);

Construct the exception with the specified message.

Methods