org.geotools.arcsde.filter
Class GeometryEncoderException

Object
  extended by Throwable
      extended by Exception
          extended by 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

Constructor Summary
GeometryEncoderException(String msg)
          Creates a new GeometryEncoderException object.
GeometryEncoderException(String msg, Throwable cause)
          Creates a new GeometryEncoderException object.
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.