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:
java.io.Serializable
public class QueryParsingException extends QueryEngineException
Exception thrown during query parsing- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQueryParsingException()protectedQueryParsingException(java.lang.String message)protectedQueryParsingException(java.lang.String message, java.lang.Throwable throwable)QueryParsingException(java.lang.Throwable throwable)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()static QueryParsingExceptionof(java.lang.String message, java.lang.Object... args)
-
-
-
Constructor Detail
-
QueryParsingException
protected QueryParsingException()
-
QueryParsingException
protected QueryParsingException(java.lang.String message)
-
QueryParsingException
public QueryParsingException(java.lang.Throwable throwable)
-
QueryParsingException
protected QueryParsingException(java.lang.String message, java.lang.Throwable throwable)
-
-
Method Detail
-
of
public static QueryParsingException of(java.lang.String message, java.lang.Object... args)
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessagein classjava.lang.Throwable
-
-