deegree 2.1 (2007/11/08 09:57 build-328-official)

org.deegree.model.csct.ct
Class CannotCreateTransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.model.csct.ct.TransformException
              extended by org.deegree.model.csct.ct.CannotCreateTransformException
All Implemented Interfaces:
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

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(String message)
          Construct an exception with the specified detail message.
 
Method Summary
 
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

CannotCreateTransformException

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


CannotCreateTransformException

public CannotCreateTransformException(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.


deegree 2.1 (2007/11/08 09:57 build-328-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net