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
Module:

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.

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.