Package org.geotools.metadata
Class InvalidMetadataException
Object
Throwable
Exception
RuntimeException
IllegalStateException
InvalidMetadataException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionInvalidMetadataException
(String message) Creates a new exception with the specified detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMetadataException
Creates a new exception with the specified detail message.- Parameters:
message
- The detail message.
-