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

org.deegree.model.csct.ct
Class NoninvertibleTransformException

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.NoninvertibleTransformException
All Implemented Interfaces:
Serializable

public class NoninvertibleTransformException
extends TransformException

Thrown when MathTransform.inverse() is invoked but the transform can't be inverted.

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

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

NoninvertibleTransformException

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


NoninvertibleTransformException

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


NoninvertibleTransformException

public NoninvertibleTransformException(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