public class QuerySyntaxException extends NoSQLException
| Modifier | Constructor and Description |
|---|---|
|
QuerySyntaxException()
Constructs a new runtime exception with null as its detail message.
|
|
QuerySyntaxException(String message)
Constructs a new runtime exception with the specified detail message.
|
|
QuerySyntaxException(String message,
Throwable cause)
Constructs a new runtime exception with the specified detail message and cause.
|
protected |
QuerySyntaxException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructs a new runtime exception with the specified detail
message, cause, suppression enabled or disabled, and writable stack
trace enabled or disabled.
|
|
QuerySyntaxException(Throwable cause)
Constructs a new runtime exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which typically contains
the class and detail message of cause).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QuerySyntaxException()
public QuerySyntaxException(String message)
message - the messagepublic QuerySyntaxException(String message, Throwable cause)
message - the messagecause - the causepublic QuerySyntaxException(Throwable cause)
cause - the causeprotected QuerySyntaxException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enableSuppressionwritableStackTrace - the writableStackTraceCopyright © 2017–2019 Eclipse Foundation. All rights reserved.