Class GeoRasterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GeoRasterException
    extends java.lang.Exception
    The class GeoRasterException is a subclass of Exception, and it indicates conditions related to JGeoRaster that an application might want to catch.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoRasterException​(java.lang.String message)
      Constructs a new GeoRasterException with the specified detail message.
      GeoRasterException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new exception with the specified detail message and cause.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static GeoRasterException getVersionException​(java.lang.String version)
      Returns a GeoRasterException instance about version issue.
      • Methods inherited from class java.lang.Throwable

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

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

      • GeoRasterException

        public GeoRasterException​(java.lang.String message)
        Constructs a new GeoRasterException with the specified detail message.
        Parameters:
        message - the detail message.
      • GeoRasterException

        public GeoRasterException​(java.lang.String message,
                                  java.lang.Throwable cause)
        Constructs a new exception with the specified detail message and cause. Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.
    • Method Detail

      • getVersionException

        public static GeoRasterException getVersionException​(java.lang.String version)
        Returns a GeoRasterException instance about version issue.
        Returns:
        a GeoRasterException instance about version issue.