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

SyntaxError
public SyntaxError(msg : String)
Constructs the error with the specified message.
Parameters:
msg - the syntax error message.