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

InternalError
public InternalError(msg : String)
Constructs the error with the specified message.
Parameters:
msg - the internal error message.