|
|||||||||||
| 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.opengis.referencing.FactoryException
org.geotools.ct.NoSuchClassificationException
NoSuchIdentifierException.
Thrown when a math transform was requested with an unknow classification name.
The classification name is provided by Projection.getClassName(), but this
exception may be thrown when the projection is given to
MathTransformFactory.createParameterizedTransform(Projection).
Projection.getClassName(),
MathTransformFactory.getMathTransformProvider(String),
MathTransformFactory.createParameterizedTransform(String,ParameterList),
Serialized Form| Constructor Summary | |
NoSuchClassificationException(java.lang.String msg,
java.lang.String classification)
Deprecated. Constructs an exception with the specified detail message. |
|
| Method Summary | |
java.lang.String |
getClassName()
Deprecated. Returns the classification 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 NoSuchClassificationException(java.lang.String msg,
java.lang.String classification)
msg - the detail message, or null to construct
a default message from the classification name.classification - The classification name.| Method Detail |
public java.lang.String getClassName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||