sleep.error
public class SyntaxError extends Object
See Also: YourCodeSucksException
| Field Summary | |
|---|---|
| protected String | code |
| protected String | description |
| protected int | lineNo |
| protected String | marker |
| Constructor Summary | |
|---|---|
| SyntaxError(String _description, String _code, int _lineNo) construct a syntax error object, but enough about me... how about you? | |
| SyntaxError(String _description, String _code, int _lineNo, String _marker) construct a syntax error object, but enough about me... how about you? | |
| Method Summary | |
|---|---|
| String | getCodeSnippet() return an isolated snippet of code from where the error occured |
| String | getDescription() return a best guess description of what the error in the code might actually be |
| int | getLineNumber() return the line number in the file where the error occured. |
| String | getMarker() return a marker string |