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