SerializableCompileExceptionpublic class LocatedException extends Exception
| Constructor | Description |
|---|---|
LocatedException(String message,
Location optionalLocation) |
|
LocatedException(String message,
Location optionalLocation,
Throwable optionalCause) |
| Modifier and Type | Method | Description |
|---|---|---|
Location |
getLocation() |
|
String |
getMessage() |
Returns the message specified at creation time, preceeded with nicely formatted location
information (if any).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getMessage()
getMessage in class ThrowableCopyright © 2001–2019. All rights reserved.