org.geotools.referencing.operation.projection
Class ProjectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.opengis.referencing.operation.TransformException
              extended byorg.geotools.referencing.operation.projection.ProjectionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PointOutsideEnvelopeException

public class ProjectionException
extends org.opengis.referencing.operation.TransformException

Thrown by MapProjection when a map projection failed.

Since:
2.0
Version:
$Id: ProjectionException.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Andr? Gosselin, Martin Desruisseaux
See Also:
Serialized Form

Constructor Summary
ProjectionException()
          Constructs a new exception with no detail message.
ProjectionException(java.lang.String message)
          Constructs a new exception with the specified detail message.
ProjectionException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
 
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

ProjectionException

public ProjectionException()
Constructs a new exception with no detail message.


ProjectionException

public ProjectionException(java.lang.String message)
Constructs a new exception with the specified detail message.


ProjectionException

public ProjectionException(java.lang.String message,
                           java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.



Copyright © GeoTools. All Rights Reserved.