|
|||||||||||
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.CannotCreateTransformException
Thrown when a coordinate transformation can't be created. It may be because there is no known path between source and coordinate systems, or because the requested transformation is not available in the environment.
Field Summary | |
private static long |
serialVersionUID
Serial number for interoperability with different versions. |
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
CannotCreateTransformException()
Construct an exception with no detail message. |
|
CannotCreateTransformException(CoordinateSystem sourceCS,
CoordinateSystem targetCS)
Construct an exception with a message stating that no transformation path has been found between the specified coordinate system. |
|
CannotCreateTransformException(java.lang.String message)
Construct an exception with the specified detail message. |
Method Summary | |
private static java.lang.String |
getName(CoordinateSystem cs)
Gets a display name for the specified coordinate system. |
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 CannotCreateTransformException()
public CannotCreateTransformException(java.lang.String message)
public CannotCreateTransformException(CoordinateSystem sourceCS, CoordinateSystem targetCS)
Method Detail |
private static java.lang.String getName(CoordinateSystem cs)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |