Package org.geotools.api.referencing
Class NoSuchIdentifierException
- Object
-
- Throwable
-
- Exception
-
- FactoryException
-
- NoSuchIdentifierException
-
- All Implemented Interfaces:
Serializable
public class NoSuchIdentifierException extends FactoryException
Thrown when a math transform as been requested with an unknow operation method identifier.- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
- See Also:
MathTransformFactory.createParameterizedTransform(org.geotools.api.parameter.ParameterValueGroup)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchIdentifierException(String message, String identifier)
Constructs an exception with the specified detail message and classification name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifierCode()
Returns the identifier code.-
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchIdentifierException
public NoSuchIdentifierException(String message, String identifier)
Constructs an exception with the specified detail message and classification name.- Parameters:
message
- The detail message. The detail message is saved for later retrieval by theThrowable.getMessage()
method.identifier
- identifier code.
-
-
Method Detail
-
getIdentifierCode
public String getIdentifierCode()
Returns the identifier code.- Returns:
- The identifier code.
-
-