|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.geotools.filter.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)
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 |
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 |