Class MissingIdentifierException

All Implemented Interfaces:
Serializable

public class MissingIdentifierException extends JsonLdSerializationException
Indicates that the serializer encountered an instance without an identifier and it was configured to require identifier presence.
See Also:
  • Constructor Details

    • MissingIdentifierException

      public MissingIdentifierException(String message)
  • Method Details