Package com.sas.lsaf.query
Class QueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.query.QueryException
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryException extends AbstractCheckedException
Thrown when an error is encountered while parsing the query.- Since:
- 2.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryException(java.lang.String message)
Constructs anQueryException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
QueryException
public QueryException(java.lang.String message)
Constructs anQueryException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-