|
|||||||||||
| 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
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.
| Field Summary | |
private static long |
serialVersionUID
Serial number for interoperability with different versions. |
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
TransformException()
Constructs a new exception with no detail message. |
|
TransformException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
TransformException(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 TransformException()
public TransformException(java.lang.String message)
public TransformException(java.lang.String message,
java.lang.Throwable cause)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||