public class LocatedException extends Exception
Constructor and Description |
---|
LocatedException(String message,
Location location) |
LocatedException(String message,
Location location,
Throwable cause) |
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, toString
public String getMessage()
getMessage
in class Throwable
Copyright © 2022. All rights reserved.