|
||||||||||
| 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.UnknownCRSException
public class UnknownCRSException
The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not
known to the CRSPovider.
| Constructor Summary | |
|---|---|
UnknownCRSException(java.lang.String crsName)
Creates a simple Exception telling the user that the requested CoordinateSystem is unknown. |
|
UnknownCRSException(java.lang.String crsName,
java.lang.Throwable cause)
Creates a simple Exception telling the user that the requested CoordinateSystem is unknown. |
|
| 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 UnknownCRSException(java.lang.String crsName)
crsName - the name of the requested crs.
public UnknownCRSException(java.lang.String crsName,
java.lang.Throwable cause)
crsName - the name of the requested crs.cause - of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||