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 SummaryConstructorsConstructorDescriptionUnmodifiableMetadataException(String message) Creates a new exception with the specified detail message.
- 
Method SummaryMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnmodifiableMetadataExceptionCreates a new exception with the specified detail message.- Parameters:
- message- The detail message.
 
 
-