public class ParseException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ParseException(java.lang.String message,
int line,
int column)
Default constructor for the ParseException
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLine() |
java.lang.String |
getMessage() |
void |
setSourceInfo(java.lang.String sourceInfo) |
Copyright © 2002-2018. All Rights Reserved.