Class MetadataParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.metadata.dublincore.MetadataParsingException
All Implemented Interfaces:
Serializable

public class MetadataParsingException extends Exception
An exception which indicates that the given JSON for the EventMetada can not be parsed correctly
See Also:
  • Constructor Details

    • MetadataParsingException

      public MetadataParsingException(String message, Throwable cause)
      Full fledged constructor.
      Parameters:
      message -
      cause -