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:
-
Constructor Summary
ConstructorDescriptionInvalidMetadataException
(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 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 details message, ornull
if none.
-
InvalidMetadataException
Creates a new exception with the specified cause. The details message is copied from the cause.- Parameters:
cause
- the cause, ornull
if none.- Since:
- 0.8
-
InvalidMetadataException
Creates a new exception with the specified detail message and cause.- Parameters:
message
- the details message, ornull
if none.cause
- the cause, ornull
if none.- Since:
- 0.8
-