org.geotools.metadata
Class UnmodifiableMetadataException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by UnsupportedOperationException
                  extended by 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:
modules/library/metadata (gt-metadata.jar)

Constructor Summary
UnmodifiableMetadataException(String message)
          Creates a new exception with the specified detail message.
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnmodifiableMetadataException

public UnmodifiableMetadataException(String message)
Creates a new exception with the specified detail message.

Parameters:
message - The detail message.


Copyright © 1996-2010 Geotools. All Rights Reserved.