|
|||||||||||
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 org.opengis.referencing.FactoryException org.geotools.ct.MissingParameterException
ParameterNotFoundException
.
Thrown when a required parameter was missing. For example, this exception may be thrown when a map projection was requested but the "semi_major" parameter was not specified.
Projection.getValue(java.lang.String)
,
Serialized FormConstructor Summary | |
MissingParameterException(java.lang.String msg,
java.lang.String parameter)
Deprecated. Constructs an exception with the specified detail message. |
Method Summary | |
java.lang.String |
getMissingParameterName()
Deprecated. Returns the missing parameter name. |
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 MissingParameterException(java.lang.String msg, java.lang.String parameter)
msg
- the detail message, or null
to construct
a default message from the missing parameter name.parameter
- The missing parameter name.Method Detail |
public java.lang.String getMissingParameterName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |