public class NoSuchIdentifierException extends FactoryException
MathTransformFactory.createParameterizedTransform(org.opengis.parameter.ParameterValueGroup)
,
Serialized FormConstructor 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, toString
public 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.