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
-
NoQueryRunningException()
- Constructs a NoQueryRunningException without a detail message.
-
NoQueryRunningException(String)
- Constructs a NoQueryRunningException with the specified message.
NoQueryRunningException
public NoQueryRunningException()
- Constructs a NoQueryRunningException without a detail message.
NoQueryRunningException
public NoQueryRunningException(String Message)
- Constructs a NoQueryRunningException with the specified message.
All Packages Class Hierarchy This Package Previous Next Index