|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.deegree_impl.model.ct.TransformException
org.deegree_impl.model.ct.NoninvertibleTransformException
Thrown when MathTransform.inverse()
is invoked but the transform can't be inverted.
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 |
private static final long serialVersionUID
Constructor Detail |
public NoninvertibleTransformException()
public NoninvertibleTransformException(java.lang.String message)
public NoninvertibleTransformException(java.lang.String message, java.lang.Throwable cause)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |