Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


oracle.spatial.georaster
Class GeoRasterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
GeoRasterException(java.lang.String message)
          Constructs a new GeoRasterException with the specified detail message.

 

Method Summary
 java.lang.String getMessage()
          Returns the detailed message string of this GeoRasterException instance.

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, 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.

Method Detail

getMessage

public java.lang.String getMessage()
Returns the detailed message string of this GeoRasterException instance.
Overrides:
getMessage in class java.lang.Throwable
Returns:
the detailed message string of this GeoRasterException instance.

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


Copyright © 2007, 2011, Oracle and/or its affiliates. All Rights Reserved.