org.geotools.filter
Class SQLEncoderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.geotools.filter.SQLEncoderException
All Implemented Interfaces:
java.io.Serializable

public class SQLEncoderException
extends java.lang.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

Constructor Summary
SQLEncoderException(java.lang.String message)
          Constructor with message argument.
SQLEncoderException(java.lang.String msg, java.lang.Throwable exp)
          Constructs a new instance of DataSourceException
 
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

SQLEncoderException

public SQLEncoderException(java.lang.String message)
Constructor with message argument.

Parameters:
message - Reason for the exception being thrown

SQLEncoderException

public SQLEncoderException(java.lang.String msg,
                           java.lang.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-2003 GeoTools. All Rights Reserved.