public class TransformPathNotFoundException extends TransformException
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
| Constructor and Description |
|---|
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.
|
getLastCompletedTransform, setLastCompletedTransformaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.Copyright © 1996–2019 Geotools. All rights reserved.