Package org.apache.sis.metadata
Class InvalidMetadataException
Object
Throwable
Exception
RuntimeException
IllegalStateException
InvalidMetadataException
- All Implemented Interfaces:
- Serializable
Thrown when a metadata is in a invalid state or has illegal property values.
- Since:
- 0.3
- See Also:
Defined in the sis-metadata module
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidMetadataException(String message) Creates a new exception with the specified detail message.InvalidMetadataException(String message, Throwable cause) Creates a new exception with the specified detail message and cause.Creates a new exception with the specified cause.
- 
Method SummaryMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidMetadataExceptionCreates a new exception with the specified detail message.- Parameters:
- message- the details message, or- nullif none.
 
- 
InvalidMetadataExceptionCreates a new exception with the specified cause. The details message is copied from the cause.- Parameters:
- cause- the cause, or- nullif none.
- Since:
- 0.8
 
- 
InvalidMetadataExceptionCreates a new exception with the specified detail message and cause.- Parameters:
- message- the details message, or- nullif none.
- cause- the cause, or- nullif none.
- Since:
- 0.8
 
 
-