org.geotools.referencing.operation.projection
Class ProjectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opengis.referencing.operation.TransformException
              extended by org.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 30641 2008-06-12 17:42:27Z acuster $
Author:
André Gosselin, Martin Desruisseaux (IRD)
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.
ProjectionException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause.
 
Method Summary
 
Methods inherited from class org.opengis.referencing.operation.TransformException
getLastCompletedTransform, setLastCompletedTransform
 
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.Throwable cause)
Constructs a new exception with the specified cause.

Since:
2.5

ProjectionException

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



Copyright © 1996-2010 Geotools. All Rights Reserved.