org.deegree_impl.model.ct
Class NoninvertibleTransformException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.deegree_impl.model.ct.TransformException
              extended byorg.deegree_impl.model.ct.NoninvertibleTransformException
All Implemented Interfaces:
java.io.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

Field Summary
private static long serialVersionUID
          Serial number for interoperability with different versions.
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NoninvertibleTransformException()
          Constructs a new exception with no detail message.
NoninvertibleTransformException(java.lang.String message)
          Constructs a new exception with the specified detail message.
NoninvertibleTransformException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
 
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

NoninvertibleTransformException

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


NoninvertibleTransformException

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


NoninvertibleTransformException

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