org.codehaus.janino.util
public class LocatedException extends CausedException
Constructor Summary | |
---|---|
LocatedException(String message, Location optionalLocation) | |
LocatedException(String message, Location optionalLocation, Throwable optionalCause) |
Method Summary | |
---|---|
Location | getLocation()
Returns the Location object specified at
construction time (may be null ). |
String | getMessage()
Returns the message specified at creation time, preceeded with nicely formatted location
information (if any). |
null
).