Package com.apicatalog.jsonld
Class InvalidJsonLdValue
java.lang.Object
java.lang.Throwable
com.apicatalog.jsonld.InvalidJsonLdValue
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidJsonLdValue
(String property, jakarta.json.JsonValue value, String message) InvalidJsonLdValue
(String property, jakarta.json.JsonValue value, String message, Throwable exception) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidJsonLdValue
-
InvalidJsonLdValue
-
-
Method Details
-
getValue
public jakarta.json.JsonValue getValue() -
getProperty
-