public class PathParseException extends DRException
Constructor and Description |
---|
PathParseException(String message,
String pathString,
int location)
Constructs an exception indicating an error parsing a path at the given
location.
|
Modifier and Type | Method and Description |
---|---|
int |
getLocation()
Retrieve the index of the character at which the error occurred.
|
String |
getPathString()
Retrieve the serialized path which could not be parsed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PathParseException(String message, String pathString, int location)
message
- The parsing error encounteredpathString
- The serialized path which could not be parsedlocation
- The index of the character at which the error occurredpublic String getPathString()
public int getLocation()
Copyright © 2016 Actian Corporation. All rights reserved.