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

TypeError
public TypeError(msg : String)
Constructs the error with the specified message.
Parameters:
msg - the type error message.