Class JsonLdException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BeanProcessingException, InvalidEnumMappingException, JsonLdDeserializationException, JsonLdSerializationException, UnsupportedTemporalTypeException

public class JsonLdException extends RuntimeException
Generic exception for issues with JB4JSON-LD. Subclasses indicate particular problems.
See Also:
  • Constructor Details

    • JsonLdException

      public JsonLdException()
    • JsonLdException

      public JsonLdException(String message)
    • JsonLdException

      public JsonLdException(String message, Throwable cause)
    • JsonLdException

      public JsonLdException(Throwable cause)