public class NoSuchIdentifierException extends FactoryException
MathTransformFactory.createParameterizedTransform(org.opengis.parameter.ParameterValueGroup),
Serialized Form| Constructor and Description |
|---|
NoSuchIdentifierException(String message,
String identifier)
Constructs an exception with the specified detail message and classification name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifierCode()
Returns the identifier code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchIdentifierException(String message, String identifier)
message - The detail message. The detail message is saved for later retrieval by the
Throwable.getMessage() method.identifier - identifier code.public String getIdentifierCode()
Copyright © 1996–2019 Geotools. All rights reserved.