Class InvalidMetadataException

All Implemented Interfaces:
Serializable

public class InvalidMetadataException extends IllegalStateException
Thrown when a metadata entity is in a invalid state, usually because a mandatory attribute is missing.
Since:
2.4
Author:
Martin Desruisseaux (Geomatys)
See Also:
  • Constructor Details

    • InvalidMetadataException

      public InvalidMetadataException(String message)
      Creates a new exception with the specified detail message.
      Parameters:
      message - The detail message.