All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.BadQueryException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----PREDATOR.BadQueryException

public class BadQueryException
extends Exception
The exception thrown when a query is constructed improperly.

See Also:
Query

Constructor Index

 o BadQueryException()
Constructs a BadQueryException without a detail message.
 o BadQueryException(String)
Constructs a BadQueryException with the specified message.

Constructors

 o BadQueryException
 public BadQueryException()
Constructs a BadQueryException without a detail message.

 o BadQueryException
 public BadQueryException(String Message)
Constructs a BadQueryException with the specified message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index