Package org.geotools.data.jdbc
Class 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
 
- 
- 
Constructor SummaryConstructors Constructor Description FilterToSQLException(String message)Constructor with message argument.FilterToSQLException(String msg, Throwable exp)Constructs a new instance of DataSourceException
 - 
Method Summary- 
Methods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
FilterToSQLExceptionpublic FilterToSQLException(String message) Constructor with message argument.- Parameters:
- message- Reason for the exception being thrown
 
 
- 
 
-