Package org.geotools.coverage.processing
Class EmptyIntersectionException
Object
Throwable
Exception
RuntimeException
CoverageProcessingException
CannotCropException
EmptyIntersectionException
- All Implemented Interfaces:
Serializable
Special subclass of
CannotCropException
reporting that the raster space intersection between the crop area
and the coverage one was found to be empty- Author:
- Andrea Aime - GeoSolutions
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmptyIntersectionException
(String message) EmptyIntersectionException
(String message, Throwable exception) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyIntersectionException
public EmptyIntersectionException() -
EmptyIntersectionException
-
EmptyIntersectionException
-