Package org.geotools.metadata
Class UnmodifiableMetadataException
Object
Throwable
Exception
RuntimeException
UnsupportedOperationException
UnmodifiableMetadataException
- All Implemented Interfaces:
Serializable
Thrown when a setter method is invoked on a metadata entity,
but this entity was declared unmodifiable.
- Since:
- 2.4
- Author:
- Martin Desruisseaux (Geomatys)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnmodifiableMetadataException
(String message) Creates a new exception with the specified detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnmodifiableMetadataException
Creates a new exception with the specified detail message.- Parameters:
message
- The detail message.
-