libperun

Class std.rt.OverflowError

Synopsis

public  class OverflowError extends RuntimeError

An exception thrown during numeric overflows.

Fields

Constructors

public OverflowError(String msg);

Construct the exception with the specified message.

Methods