org.geotools.arcsde.filter
Class GeometryEncoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.geotools.arcsde.filter.GeometryEncoderException
All Implemented Interfaces:
java.io.Serializable

public class GeometryEncoderException
extends java.lang.Exception

Indicates a client class has attempted to encode a filter not supported by the GeometryEncoderSDE being used.

Version:
$Id: GeometryEncoderException.java 32195 2009-01-09 19:00:35Z groldan $
Author:
Gabriel Roldan
See Also:
Serialized Form

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.
 
Method Summary
 
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

GeometryEncoderException

public GeometryEncoderException(java.lang.String msg)
Creates a new GeometryEncoderException object.

Parameters:
msg - DOCUMENT ME!

GeometryEncoderException

public GeometryEncoderException(java.lang.String msg,
                                java.lang.Throwable cause)
Creates a new GeometryEncoderException object.

Parameters:
msg - DOCUMENT ME!
cause - DOCUMENT ME!


Copyright © 1996-2010 Geotools. All Rights Reserved.