Package oracle.spatial.georaster
Class GeoRasterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- oracle.spatial.georaster.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.
-
-
-
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.
-
-