gov.nih.nci.cagrid.data
Class QueryProcessingException

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

public class QueryProcessingException
extends java.lang.Exception

QueryProcessingException Exception thrown for general errors while processing a CQL Query

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

Constructor Summary
QueryProcessingException(java.lang.Exception ex)
           
QueryProcessingException(java.lang.String message)
           
QueryProcessingException(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

QueryProcessingException

public QueryProcessingException(java.lang.String message)

QueryProcessingException

public QueryProcessingException(java.lang.Exception ex)

QueryProcessingException

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