edu.uky.rch.ept.data
Class MalformedQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.uky.rch.ept.data.DataAccessException
              extended byedu.uky.rch.ept.data.MalformedQueryException
All Implemented Interfaces:
Serializable

public class MalformedQueryException
extends DataAccessException

Thrown to indicate that the query was malformed.

Author:
Sandeep Bodapati
See Also:
Serialized Form

Constructor Summary
MalformedQueryException()
          Constructs a new MalformedQueryException with no detail message.
MalformedQueryException(String msg)
          Constructs a new MalformedQueryException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedQueryException

public MalformedQueryException()
Constructs a new MalformedQueryException with no detail message.


MalformedQueryException

public MalformedQueryException(String msg)
Constructs a new MalformedQueryException with the specified detail message.

Parameters:
msg - message