org.geotoolkit.referencing.operation.projection
Class ProjectionException

Object
  extended by Throwable
      extended by Exception
          extended by TransformException
              extended by ProjectionException
All Implemented Interfaces:
Serializable

public class ProjectionException
extends TransformException

Thrown by UnitaryProjection when a map projection failed.

Since:
1.0
Version:
3.00
Author:
André Gosselin (MPO), Martin Desruisseaux (MPO, IRD)
See Also:
Serialized Form
Module:
referencing/geotk-referencing (download)    View source code for this class

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.

Parameters:
message - The details message, or null if none.

ProjectionException

public ProjectionException(Throwable cause)
Constructs a new exception with the specified cause. The detais message is copied from the cause.

Parameters:
cause - The cause, or null if none.
Since:
2.5

ProjectionException

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

Parameters:
message - The details message, or null if none.
cause - The cause, or null if none.


Copyright © 2009-2011 Geotoolkit.org. All Rights Reserved.