Package eu.clarin.sru.server.fcs.parser
Class QueryParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eu.clarin.sru.server.fcs.parser.QueryParserException
-
- All Implemented Interfaces:
Serializable
public class QueryParserException extends Exception
Query parser exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryParserException(String message)
Constructor.QueryParserException(String message, Throwable cause)
Constrctur.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
QueryParserException
public QueryParserException(String message, Throwable cause)
Constrctur.- Parameters:
message
- an error messagecause
- the underlying cause for the error
-
QueryParserException
public QueryParserException(String message)
Constructor.- Parameters:
message
- an error message
-
-