org.apache.oodt.xmlquery
Class QueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.xmlquery.QueryException
All Implemented Interfaces:
Serializable

public class QueryException
extends Exception

Checked exception to indicate a query fault.

Author:
Kelly
See Also:
Serialized Form

Constructor Summary
QueryException()
          Construct a query exception with no detail message.
QueryException(String msg)
          Construct a query exception with the given detail 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

QueryException

public QueryException()
Construct a query exception with no detail message.


QueryException

public QueryException(String msg)
Construct a query exception with the given detail message.

Parameters:
msg - Detail message.


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