org.geotools.arcsde.filter
Class GeometryEncoderException
Object
Throwable
Exception
GeometryEncoderException
- All Implemented Interfaces:
- Serializable
public class GeometryEncoderException
- extends Exception
Indicates a client class has attempted to encode a filter not supported by the GeometryEncoderSDE
being used.
- Author:
- Gabriel Roldan
- See Also:
- Serialized Form
- Module:
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GeometryEncoderException
public GeometryEncoderException(String msg)
- Creates a new GeometryEncoderException object.
- Parameters:
msg
- DOCUMENT ME!
GeometryEncoderException
public GeometryEncoderException(String msg,
Throwable cause)
- Creates a new GeometryEncoderException object.
- Parameters:
msg
- DOCUMENT ME!cause
- DOCUMENT ME!
Copyright © 1996-2009 Geotools. All Rights Reserved.