libperun

Class std.rt.AssertionError

Synopsis

public final class AssertionError extends RuntimeError

Exception thrown by System.assert() if an assertion fails.

Fields

Constructors

public AssertionError(String msg);

Construct the exception with the specified message.

Methods