|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.deegree.cs.exceptions.CRSStoreException
public class CRSStoreException
Indicates an exception in the CRS Store management.
| Constructor Summary | |
|---|---|
CRSStoreException()
Creates a new CRSStoreException without detail message. |
|
CRSStoreException(String message)
Creates a new CRSStoreException with detail message. |
|
CRSStoreException(String message,
Throwable cause)
Creates a new CRSStoreException which wraps the causing exception and provides a detail message. |
|
CRSStoreException(Throwable cause)
Creates a new CRSStoreException which wraps the causing exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 |
|---|
public CRSStoreException()
CRSStoreException without detail message.
public CRSStoreException(String message)
CRSStoreException with detail message.
message - detail messagepublic CRSStoreException(Throwable cause)
CRSStoreException which wraps the causing exception.
cause -
public CRSStoreException(String message,
Throwable cause)
CRSStoreException which wraps the causing exception and provides a detail message.
message - cause -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||