public class ParseException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
ParseException.Location |
| Constructor and Description |
|---|
ParseException(String message,
ParseException.Location location) |
ParseException(Throwable cause) |
ParseException(Throwable cause,
ParseException.Location location) |
| Modifier and Type | Method and Description |
|---|---|
ParseException.Location |
getLocation() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(Throwable cause)
public ParseException(Throwable cause, ParseException.Location location)
public ParseException(String message, ParseException.Location location)
public ParseException.Location getLocation()
public String getMessage()
getMessage in class ThrowableCopyright © 2006-2013 Codehaus. All Rights Reserved.