cdev.dir
Class BadQueryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cdev.dir.DataNotFoundException
                    |
                    +--cdev.dir.BadQueryException

public class BadQueryException
extends DataNotFoundException

One of the parameters of the method is not acceptable. This is most likely to happen in interactive programs where the operator can manually enter a query. The client program should catch this exception and enable the operator to correct his query.

See Also:
Serialized Form

Constructor Summary
BadQueryException()
           
BadQueryException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadQueryException

public BadQueryException()

BadQueryException

public BadQueryException(java.lang.String message)