Class MetadataParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.metadata.dublincore.MetadataParsingException
- All Implemented Interfaces:
Serializable
An exception which indicates that the given JSON for the EventMetada can not be parsed correctly
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMetadataParsingException(String message, Throwable cause) Full fledged constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MetadataParsingException
Full fledged constructor.- Parameters:
message-cause-
-