org.geotools.filter
Class SQLEncoderException
Object
Throwable
Exception
SQLEncoderException
- All Implemented Interfaces:
- Serializable
Deprecated. Since you're using OpenGISSFilterToSQLEncoder, use FilterToSQLException as well
public class SQLEncoderException
- 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)
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SQLEncoderException
public SQLEncoderException(String message)
- Deprecated.
- Constructor with message argument.
- Parameters:
message
- Reason for the exception being thrown
SQLEncoderException
public SQLEncoderException(String msg,
Throwable exp)
- Deprecated.
- Constructs a new instance of DataSourceException
- Parameters:
msg
- A message explaining the exceptionexp
- the throwable object which caused this exception
Copyright © 1996-2010 Geotools. All Rights Reserved.