public class QueryParserException extends QueryProcessingException
Constructor and Description |
---|
QueryParserException()
No-arg constructor required by Externalizable semantics.
|
QueryParserException(org.teiid.core.BundleUtil.Event event,
String msg) |
QueryParserException(org.teiid.core.BundleUtil.Event event,
Throwable e) |
QueryParserException(org.teiid.core.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 |
---|---|
org.teiid.query.parser.ParseException |
getParseException() |
void |
setParseException(org.teiid.query.parser.ParseException parseException) |
getCode, getMessage, getOriginalType, setCode, setOriginalType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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(org.teiid.core.BundleUtil.Event event, Throwable e)
public QueryParserException(org.teiid.core.BundleUtil.Event event, Throwable e, String msg)
public QueryParserException(org.teiid.core.BundleUtil.Event event, String msg)
Copyright © 2016 JBoss by Red Hat. All rights reserved.