|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.opengis.referencing.operation.TransformException org.geotools.ct.CannotCreateTransformException
OperationNotFoundException
.
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.
Constructor Summary | |
CannotCreateTransformException()
Deprecated. Construct an exception with no detail message. |
|
CannotCreateTransformException(CoordinateSystem sourceCS,
CoordinateSystem targetCS)
Deprecated. Construct an exception with a message stating that no transformation path has been found between the specified coordinate systems. |
|
CannotCreateTransformException(CoordinateSystem sourceCS,
CoordinateSystem targetCS,
java.lang.Throwable cause)
Deprecated. Construct an exception with a message stating that no transformation path has been found between the specified coordinate systems. |
|
CannotCreateTransformException(java.lang.String message)
Deprecated. Construct an exception with the specified detail message. |
|
CannotCreateTransformException(java.lang.String message,
java.lang.Throwable cause)
Deprecated. Construct an 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 |
Constructor Detail |
public CannotCreateTransformException()
public CannotCreateTransformException(java.lang.String message)
message
- The details message.public CannotCreateTransformException(java.lang.String message, java.lang.Throwable cause)
message
- The details message.cause
- The cause for this exception.public CannotCreateTransformException(CoordinateSystem sourceCS, CoordinateSystem targetCS)
sourceCS
- The source coordinate system.targetCS
- The target coordinate system.public CannotCreateTransformException(CoordinateSystem sourceCS, CoordinateSystem targetCS, java.lang.Throwable cause)
sourceCS
- The source coordinate system.targetCS
- The target coordinate system.cause
- The cause for the failure.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |