public class ParseException
extends Exception
General exception for parsing errors, thrown primarily by event handlers.
Constructor | Description |
---|---|
ParseException() |
|
ParseException(int line,
int col) |
|
ParseException(String message) |
|
ParseException(String message,
int line,
int col) |
|
ParseException(String message,
Throwable throwable) |
|
ParseException(String message,
Throwable throwable,
int line,
int col) |
|
ParseException(Throwable throwable) |
|
ParseException(Throwable throwable,
int line,
int col) |
Modifier and Type | Method | Description |
---|---|---|
Integer |
getCol() |
|
Integer |
getLine() |
public ParseException()
public ParseException(String message, Throwable throwable)
public ParseException(String message)
public ParseException(Throwable throwable)
public ParseException(int line, int col)
public ParseException(String message, Throwable throwable, int line, int col)
public ParseException(String message, int line, int col)
public ParseException(Throwable throwable, int line, int col)
Copyright © 2018 The ATTOPARSER team. All rights reserved.