org.geotools.metadata
Class UnmodifiableMetadataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.UnsupportedOperationException
                  extended by org.geotools.metadata.UnmodifiableMetadataException
All Implemented Interfaces:
java.io.Serializable

public class UnmodifiableMetadataException
extends java.lang.UnsupportedOperationException

Thrown when a setter method is invoked on a metadata entity, but this entity was declared unmodifiable.

Since:
2.4
Version:
$Id: UnmodifiableMetadataException.java 30640 2008-06-12 17:34:32Z acuster $
Author:
Martin Desruisseaux (Geomatys)
See Also:
Serialized Form

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

Constructor Detail

UnmodifiableMetadataException

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

Parameters:
message - The detail message.


Copyright © 1996-2010 Geotools. All Rights Reserved.