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
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.
GeometryEncoderException
public GeometryEncoderException(String msg,
Throwable cause)
- Creates a new GeometryEncoderException object.
Copyright © 1996-2014 Geotools. All Rights Reserved.