org.deegree_impl.model.ct
Class CannotCreateTransformException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree_impl.model.ct.TransformException
              extended byorg.deegree_impl.model.ct.CannotCreateTransformException
All Implemented Interfaces:
java.io.Serializable

public class CannotCreateTransformException
extends TransformException

Thrown when a coordinate transformation can't be created. It may be because there is no known path between source and coordinate systems, or because the requested transformation is not available in the environment.

Version:
1.0
Author:
Martin Desruisseaux
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial number for interoperability with different versions.
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CannotCreateTransformException()
          Construct an exception with no detail message.
CannotCreateTransformException(CoordinateSystem sourceCS, CoordinateSystem targetCS)
          Construct an exception with a message stating that no transformation path has been found between the specified coordinate system.
CannotCreateTransformException(java.lang.String message)
          Construct an exception with the specified detail message.
 
Method Summary
private static java.lang.String getName(CoordinateSystem cs)
          Gets a display name for the specified coordinate system.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial number for interoperability with different versions.

See Also:
Constant Field Values
Constructor Detail

CannotCreateTransformException

public CannotCreateTransformException()
Construct an exception with no detail message.


CannotCreateTransformException

public CannotCreateTransformException(java.lang.String message)
Construct an exception with the specified detail message.


CannotCreateTransformException

public CannotCreateTransformException(CoordinateSystem sourceCS,
                                      CoordinateSystem targetCS)
Construct an exception with a message stating that no transformation path has been found between the specified coordinate system.

Method Detail

getName

private static java.lang.String getName(CoordinateSystem cs)
Gets a display name for the specified coordinate system.