com.neeve.query
Class QueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.neeve.root.ERootRuntimeException
com.neeve.query.QueryException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- QueryParseException
public class QueryException
- extends ERootRuntimeException
Thrown to indicate that a query related exception has occured.
- See Also:
- Serialized Form
QueryException
public QueryException(String message)
- Constructs a
QueryException
- Parameters:
message
- Message indicating the cause
QueryException
public QueryException(Throwable cause)
- Constructs a
QueryException
- Parameters:
cause
- The cause of the exception
QueryException
public QueryException(String message,
Throwable cause)
- Constructs a
QueryException
- Parameters:
message
- Message indicating the causecause
- The cause of the exception
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.