org.geotools.metadata
Class InvalidMetadataException

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

public class InvalidMetadataException
extends java.lang.IllegalStateException

Thrown when a metadata entity is in a invalid state, usually because a mandatory attribute is missing.

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

Constructor Summary
InvalidMetadataException(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

InvalidMetadataException

public InvalidMetadataException(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.