Package org.geotools.metadata
Class UnmodifiableMetadataException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- UnsupportedOperationException
-
- UnmodifiableMetadataException
-
- All Implemented Interfaces:
Serializable
public class UnmodifiableMetadataException extends UnsupportedOperationException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnmodifiableMetadataException(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 Detail
-
UnmodifiableMetadataException
public UnmodifiableMetadataException(String message)
Creates a new exception with the specified detail message.- Parameters:
message
- The detail message.
-
-