List of all members.
Static Package Functions |
static void | fatal (int lineNum, int charNum, String msg) |
static void | warn (int lineNum, int charNum, String msg) |
Detailed Description
ErrMsg
This class is used to generate warning and fatal error messages.
Member Function Documentation
static void ErrMsg.fatal |
( |
int |
lineNum, |
|
|
int |
charNum, |
|
|
String |
msg |
|
) |
| [static, package] |
Generates a fatal error message.
- Parameters:
-
lineNum | line number for error location |
charNum | character number (i.e., column) for error location |
msg | associated message for error |
static void ErrMsg.warn |
( |
int |
lineNum, |
|
|
int |
charNum, |
|
|
String |
msg |
|
) |
| [static, package] |
Generates a warning message.
- Parameters:
-
lineNum | line number for warning location |
charNum | character number (i.e., column) for warning location |
msg | associated message for warning |
The documentation for this class was generated from the following file: