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

org.deegree.model.csct.ct
Class TransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.model.csct.ct.TransformException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotCreateTransformException, NoninvertibleTransformException

public class TransformException
extends Exception

Common superclass for a number of transformation-related exceptions. It may be thrown by MathTransform when a coordinate can't be transformed. It may also be thrown when a coordinate transformation can't be created or inverted.

Version:
1.0
Author:
Andr� Gosselin, Martin Desruisseaux
See Also:
Serialized Form

Constructor Summary
TransformException()
          Constructs a new exception with no detail message.
TransformException(String message)
          Constructs a new exception with the specified detail message.
TransformException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and 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

TransformException

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


TransformException

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


TransformException

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


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