public class NoSuchIdentifierException extends FactoryException
Identifier.getCode().
Example: This exception is thrown when a math transform as been requested with an unknown operation method identifier.
MathTransformFactory.createParameterizedTransform(ParameterValueGroup),
Serialized FormDeparture from OGC/ISO specification:
This exception is not part of the OGC specification.
| 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 - The identifier code.public String getIdentifierCode()
Copyright © 1994–2019 Open Geospatial Consortium. All rights reserved.