|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
TransformException
TransformPathNotFoundException
public class TransformPathNotFoundException
Thrown when a transformation can't be performed because no path from
source CRS to
target CRS has been found.
This exception usually wraps an OperationNotFoundException
thrown
by an coordinate operation factory.
This exception is sometime used in order to collapse a
clause (in method signature) into a singlethrows FactoryException, TransformException
clause, i.e. in order to hide the factory step into a more general transformation processus from the API point of view.throws TransformException
modules/library/referencing (gt-referencing.jar)
Constructor Summary | |
---|---|
TransformPathNotFoundException()
Constructs an exception with no detail message. |
|
TransformPathNotFoundException(FactoryException cause)
Constructs an exception with the specified detail message. |
|
TransformPathNotFoundException(String message)
Constructs an exception with the specified detail message. |
|
TransformPathNotFoundException(String message,
FactoryException cause)
Constructs an exception with the specified detail message and cause. |
Method Summary |
---|
Methods inherited from class TransformException |
---|
getLastCompletedTransform, setLastCompletedTransform |
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TransformPathNotFoundException()
public TransformPathNotFoundException(FactoryException cause)
cause
- The cause for this exception. The cause is saved
for later retrieval by the Throwable.getCause()
method.public TransformPathNotFoundException(String message)
message
- The detail message. The detail message is saved
for later retrieval by the Throwable.getMessage()
method.public TransformPathNotFoundException(String message, FactoryException cause)
message
- The detail message. The detail message is saved
for later retrieval by the Throwable.getMessage()
method.cause
- The cause for this exception. The cause is saved
for later retrieval by the Throwable.getCause()
method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |