Class QueryParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.qpid.server.query.engine.exception.QueryEngineException
-
- org.apache.qpid.server.query.engine.exception.QueryParsingException
-
- All Implemented Interfaces:
Serializable
public class QueryParsingException extends QueryEngineException
Exception thrown during query parsing- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQueryParsingException()protectedQueryParsingException(String message)protectedQueryParsingException(String message, Throwable throwable)QueryParsingException(Throwable throwable)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()static QueryParsingExceptionof(String message, Object... args)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
of
public static QueryParsingException of(String message, Object... args)
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-