org.geotools.data.jdbc
Class FilterToSQLException

Object
  extended by Throwable
      extended by Exception
          extended by FilterToSQLException
All Implemented Interfaces:
Serializable

public class FilterToSQLException
extends Exception

Indicates a client class has attempted to encode a filter not supported by the SQLEncoder being used, or that there were io problems.

Author:
Chris Holmes, TOPP
See Also:
Serialized Form
Module:
modules/library/jdbc (gt-jdbc.jar)

Constructor Summary
FilterToSQLException(String message)
          Constructor with message argument.
FilterToSQLException(String msg, Throwable exp)
          Constructs a new instance of DataSourceException
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterToSQLException

public FilterToSQLException(String message)
Constructor with message argument.

Parameters:
message - Reason for the exception being thrown

FilterToSQLException

public FilterToSQLException(String msg,
                            Throwable exp)
Constructs a new instance of DataSourceException

Parameters:
msg - A message explaining the exception
exp - the throwable object which caused this exception


Copyright © 1996-2009 Geotools. All Rights Reserved.