|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
DataStoreException
CoverageStoreException
public class CoverageStoreException
Thrown when a GridCoverageReader or GridCoverageWriter operation failed.
| coverage/geotk-coverageio (download) | View source code for this class |
| Constructor Summary | |
|---|---|
CoverageStoreException()
Creates an exception with no cause and no details message. |
|
CoverageStoreException(String message)
Creates an exception with the specified details message. |
|
CoverageStoreException(String message,
Throwable cause)
Creates an exception with the specified details message and cause. |
|
CoverageStoreException(Throwable cause)
Creates an exception with the specified cause and no details message. |
|
| Method Summary |
|---|
| Methods inherited from class Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CoverageStoreException()
public CoverageStoreException(String message)
message - The detail message.public CoverageStoreException(Throwable cause)
cause - The cause for this exception.
public CoverageStoreException(String message,
Throwable cause)
message - The detail message.cause - The cause for this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||