|
|||||||||||
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.GeometryEncoderException
Indicates a client class has attempted to encode a filter not supported by the GeometryEncoderSDE being used.
Constructor Summary | |
GeometryEncoderException(java.lang.String msg)
Creates a new GeometryEncoderException object. |
|
GeometryEncoderException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new GeometryEncoderException object. |
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 GeometryEncoderException(java.lang.String msg)
msg
- DOCUMENT ME!public GeometryEncoderException(java.lang.String msg, java.lang.Throwable cause)
msg
- DOCUMENT ME!cause
- DOCUMENT ME!
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |