Class RangeError
TopLevel
Class RangeError
Object
TopLevel.Error
RangeError
Represents a range error.
Constructor Summary
RangeError()
Constructs the error.
RangeError(msg : String)
Constructs the error with the specified message.
Method Summary
Methods inherited from class Error
Constructor Detail
RangeError
public RangeError()
Constructs the error.

RangeError
public RangeError(msg : String)
Constructs the error with the specified message.
Parameters:
msg - the range error message.