Method | Description | |
---|---|---|
ToString ( ) : String |
Converts to error to a string.
|
|
YAMPParseError ( |
Creates a new parse error.
|
public YAMPParseError ( |
||
line | The line of the error. | |
column | The column of the error. | |
message | String | The message for the error. |
return | System |