org.eclipse.ohf.ihe.xds.consumer.query
Class MalformedQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ohf.utilities.OHFException
              extended by org.eclipse.ohf.ihe.xds.consumer.query.MalformedQueryException
All Implemented Interfaces:
java.io.Serializable

public class MalformedQueryException
extends org.eclipse.ohf.utilities.OHFException

Used to indicate a problem in automatically building the SQL for a particulary Query. Supports the IHE XDS Consumer actor in Transaction ITI-16: Query Registry

Author:
Sarah Knoop
See Also:
IHE Technical Framework, Serialized Form

Constructor Summary
MalformedQueryException()
           
MalformedQueryException(java.lang.String arg0)
           
MalformedQueryException(java.lang.String arg0, java.lang.Throwable arg1)
           
MalformedQueryException(java.lang.Throwable arg0)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedQueryException

public MalformedQueryException()

MalformedQueryException

public MalformedQueryException(java.lang.String arg0,
                               java.lang.Throwable arg1)

MalformedQueryException

public MalformedQueryException(java.lang.String arg0)

MalformedQueryException

public MalformedQueryException(java.lang.Throwable arg0)