Package org.odmg
Class QueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odmg.ODMGException
org.odmg.QueryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QueryInvalidException,QueryParameterCountInvalidException,QueryParameterTypeInvalidException
This is the base class for all exceptions associated with queries.
- Author:
- David Jordan (as Java Editor of the Object Data Management Group)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance of the exception.QueryException(String msg) Constructs an instance of the exception with a message indicating the reason for the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryException
public QueryException()Constructs an instance of the exception. -
QueryException
Constructs an instance of the exception with a message indicating the reason for the exception.- Parameters:
msg- A message indicating the reason for the exception.
-