All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.NoQueryRunningException

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

public class NoQueryRunningException
extends Exception
The exception thrown when a method is called which requires a query to be in process, but no query is running.

See Also:
endQuery

Constructor Index

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

Constructors

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index