Package org.geotools.coverage.processing
Class EmptyIntersectionException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- CoverageProcessingException
-
- CannotCropException
-
- EmptyIntersectionException
-
- All Implemented Interfaces:
Serializable
public class EmptyIntersectionException extends CannotCropException
Special subclass ofCannotCropException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyIntersectionException()
EmptyIntersectionException(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
-
-