public class CoordinateOperationNotFoundException extends CoordinateOperationException
| Constructor and Description |
|---|
CoordinateOperationNotFoundException(CoordinateReferenceSystem source,
CoordinateReferenceSystem target)
Creates a new CoordinateOperationNotFoundException because no
CoordinateOperation has been found from source CoordinateReferenceSystem
to target CoordinateReferenceSystem.
|
CoordinateOperationNotFoundException(Datum source,
Datum target)
Creates a new CoordinateOperationNotFoundException because no
CoordinateOperation has been found from source Datum to target Datum.
|
CoordinateOperationNotFoundException(String exception)
Creates a new CoordinateOperationNotFoundException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CoordinateOperationNotFoundException(String exception)
exception - description of this exceptionpublic CoordinateOperationNotFoundException(Datum source, Datum target)
public CoordinateOperationNotFoundException(CoordinateReferenceSystem source, CoordinateReferenceSystem target)
Copyright © 2019 CNRS. All rights reserved.