org.geotools.referencing.operation.projection
Class ProjectionException

Object
  extended by Throwable
      extended by Exception
          extended by TransformException
              extended by ProjectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PointOutsideEnvelopeException

public class ProjectionException
extends TransformException

Thrown by MapProjection when a map projection failed.

Since:
2.0
Author:
André Gosselin, Martin Desruisseaux (IRD)
See Also:
Serialized Form
Module:

Constructor Summary
ProjectionException()
          Constructs a new exception with no detail message.
ProjectionException(String message)
          Constructs a new exception with the specified detail message.
ProjectionException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
ProjectionException(Throwable cause)
          Constructs a new exception with the specified cause.
 
Method Summary
 
Methods inherited from class TransformException
getLastCompletedTransform, setLastCompletedTransform
 
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

ProjectionException

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


ProjectionException

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


ProjectionException

public ProjectionException(Throwable cause)
Constructs a new exception with the specified cause.

Since:
2.5

ProjectionException

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



Copyright © 1996-2009 Geotools. All Rights Reserved.