public final class ExceptionTools extends Object
| Constructor and Description |
|---|
ExceptionTools() |
| Modifier and Type | Method and Description |
|---|---|
static Location |
getLocation(Throwable exc)
Tries to resolve the location (i.e., file name, line, and column)
from a parsing exception.
|