|
||||||||||
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.filter.SQLEncoderException
public class SQLEncoderException
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 | |
---|---|
SQLEncoderException(java.lang.String message)
Deprecated. Constructor with message argument. |
|
SQLEncoderException(java.lang.String msg,
java.lang.Throwable exp)
Deprecated. 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 SQLEncoderException(java.lang.String message)
message
- Reason for the exception being thrownpublic SQLEncoderException(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 |