public class QueryParserException extends QueryProcessingException
code| Constructor and Description |
|---|
QueryParserException()
No-arg constructor required by Externalizable semantics.
|
QueryParserException(BundleUtil.Event event,
String msg) |
QueryParserException(BundleUtil.Event event,
Throwable e) |
QueryParserException(BundleUtil.Event event,
Throwable e,
String msg) |
QueryParserException(String message)
Construct an instance with the message specified.
|
QueryParserException(Throwable e,
String message)
Construct an instance from a message and an exception to chain to this one.
|
| Modifier and Type | Method and Description |
|---|---|
ParseException |
getParseException() |
void |
setParseException(ParseException parseException) |
getCode, getMessage, getOriginalType, setCode, setOriginalTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueryParserException()
public QueryParserException(String message)
message - A message describing the exceptionpublic QueryParserException(Throwable e, String message)
message - A message describing the exceptione - An exception to nest within this onepublic QueryParserException(BundleUtil.Event event, Throwable e)
public QueryParserException(BundleUtil.Event event, Throwable e, String msg)
public QueryParserException(BundleUtil.Event event, String msg)
public ParseException getParseException()
public void setParseException(ParseException parseException)
Copyright © 2019. All rights reserved.