|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.geotools.data.jdbc.FilterToSQLException
public class FilterToSQLException
Indicates a client class has attempted to encode a filter not supported by the SQLEncoder being used, or that there were io problems.
Constructor Summary | |
---|---|
FilterToSQLException(java.lang.String message)
Constructor with message argument. |
|
FilterToSQLException(java.lang.String msg,
java.lang.Throwable exp)
Constructs a new instance of DataSourceException |
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 |
---|
public FilterToSQLException(java.lang.String message)
message
- Reason for the exception being thrownpublic FilterToSQLException(java.lang.String msg, java.lang.Throwable exp)
msg
- A message explaining the exceptionexp
- the throwable object which caused this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |