Serializable
CompileException
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getMessage()
getMessage
in class Throwable
Copyright © 2001–2019. All rights reserved.