public class LocatedException extends Exception
| Constructor and Description |
|---|
LocatedException(String message,
Location optionalLocation) |
LocatedException(String message,
Location optionalLocation,
Throwable optionalCause) |
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocation() |
String |
getMessage()
Returns the message specified at creation time, preceeded with nicely formatted location information (if any).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getMessage()
getMessage in class ThrowableCopyright © 2019. All rights reserved.