org.apache.oodt.cas.filemgr.structs.exceptions
Class QueryFormulationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.cas.filemgr.structs.exceptions.QueryFormulationException
All Implemented Interfaces:
Serializable

public class QueryFormulationException
extends Exception

Version:
$Revision: 9683 $

A generic exception that occured when dealing with the Catalog.

Author:
woollard
See Also:
Serialized Form

Constructor Summary
QueryFormulationException()
          Default Constructor
QueryFormulationException(String message)
           
 
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

QueryFormulationException

public QueryFormulationException()

Default Constructor


QueryFormulationException

public QueryFormulationException(String message)
Parameters:
message - The message for this exception.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.