|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.spatial.georaster.GeoRasterException
public class GeoRasterException
The class GeoRasterException is a subclass of Exception, and it indicates conditions related to JGeoRaster that an application might want to catch.
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 |
---|
public GeoRasterException(java.lang.String message)
message
- the detail message.Method Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |