This is the base class for all exceptions associated with queries.
author: David Jordan (as Java Editor of the Object Data Management Group) version: ODMG 3.0
Constructor Summary
public
QueryException() Constructs an instance of the exception.
public
QueryException(String msg) Constructs an instance of the exception with a message indicating the reason
for the exception.
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.