org.eclipse.ohf.ihe.xds.consumer.query
Class MalformedQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.ohf.utilities.OHFException
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
| 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 |
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)