public static class LispReader.ReaderException extends RuntimeException implements IExceptionInfo
| Modifier and Type | Field and Description |
|---|---|
int |
column |
Object |
data |
static Keyword |
ERR_COLUMN |
static Keyword |
ERR_LINE |
static String |
ERR_NS |
int |
line |
| Constructor and Description |
|---|
ReaderException(int line,
int column,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
IPersistentMap |
getData() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final int line
public final int column
public final Object data
public static final String ERR_NS
public static final Keyword ERR_LINE
public static final Keyword ERR_COLUMN
public ReaderException(int line,
int column,
Throwable cause)
public IPersistentMap getData()
getData in interface IExceptionInfoCopyright © 2024. All rights reserved.