org.geotools.filter
Class GeometryEncoderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.geotools.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 17700 2006-01-22 23:30:39Z desruisseaux $
Author:
Gabriel Rold?n
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.
 
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 © GeoTools. All Rights Reserved.