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
- Module:
Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnmodifiableMetadataException
public UnmodifiableMetadataException(String message)
- Creates a new exception with the specified detail message.
- Parameters:
message
- The detail message.
Copyright © 1996-2009 Geotools. All Rights Reserved.