Class EmptyIntersectionException

  • All Implemented Interfaces:
    Serializable

    public class EmptyIntersectionException
    extends CannotCropException
    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:
    Serialized Form
    • Method Summary

      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EmptyIntersectionException

        public EmptyIntersectionException()
      • EmptyIntersectionException

        public EmptyIntersectionException​(String message,
                                          Throwable exception)
      • EmptyIntersectionException

        public EmptyIntersectionException​(String message)