Class JsonLdError

  • All Implemented Interfaces:
    java.io.Serializable

    public class JsonLdError
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Detail

      • JsonLdError

        public JsonLdError​(JsonLdError.Error type,
                           java.lang.Object detail)
      • JsonLdError

        public JsonLdError​(JsonLdError.Error type,
                           java.lang.Object detail,
                           java.lang.Throwable cause)
      • JsonLdError

        public JsonLdError​(JsonLdError.Error type,
                           java.lang.Throwable cause)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable