deegree 2.2 (2008/12/22 11:33 build-3038-official)

org.deegree.crs.exceptions
Class TransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.crs.exceptions.TransformationException
All Implemented Interfaces:
Serializable

public class TransformationException
extends Exception

The TransformationException class can be thrown if a transformation exception occurs. For example in the process of creating a transformation step.

Version:
$Revision:$, $Date:$
Author:
Rutger Bezema, last edited by: $Author:$
See Also:
Serialized Form

Constructor Summary
TransformationException()
           
TransformationException(CoordinateSystem sourceCS, CoordinateSystem targetCS, String cause)
           
TransformationException(String message)
           
TransformationException(String message, Throwable cause)
           
TransformationException(Throwable cause)
           
 
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

TransformationException

public TransformationException()

TransformationException

public TransformationException(String message)
Parameters:
message -

TransformationException

public TransformationException(Throwable cause)
Parameters:
cause -

TransformationException

public TransformationException(String message,
                               Throwable cause)
Parameters:
message -
cause -

TransformationException

public TransformationException(CoordinateSystem sourceCS,
                               CoordinateSystem targetCS,
                               String cause)
Parameters:
sourceCS - from which crs
targetCS - to which crs
cause - for the exception.

deegree 2.2 (2008/12/22 11:33 build-3038-official)

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