Package com.linecorp.centraldogma.common
Class QuerySyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.linecorp.centraldogma.common.QuerySyntaxException
- All Implemented Interfaces:
Serializable
An
IllegalArgumentException
that is raised when the syntax validation of a Query
has failed.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance.QuerySyntaxException
(String message) Creates a new instance.QuerySyntaxException
(String message, Throwable cause) Creates a new instance.QuerySyntaxException
(Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QuerySyntaxException
public QuerySyntaxException()Creates a new instance. -
QuerySyntaxException
Creates a new instance. -
QuerySyntaxException
Creates a new instance. -
QuerySyntaxException
Creates a new instance.
-