gov.nih.nci.cagrid.data
Class MalformedQueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.cagrid.data.MalformedQueryException
All Implemented Interfaces:
java.io.Serializable

public class MalformedQueryException
extends java.lang.Exception

MalformedQueryException Exception thrown when a CQL query does not conform to the CQL schema

Version:
$Id$
Author:
David W. Ervin
See Also:
Serialized Form

Constructor Summary
MalformedQueryException(java.lang.Exception ex)
           
MalformedQueryException(java.lang.String message)
           
MalformedQueryException(java.lang.String message, java.lang.Exception ex)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedQueryException

public MalformedQueryException(java.lang.String message)

MalformedQueryException

public MalformedQueryException(java.lang.Exception ex)

MalformedQueryException

public MalformedQueryException(java.lang.String message,
                               java.lang.Exception ex)