format property

String format
final

Format being decoded when the exception occurred

This typically contains the MIME type (e.g., "text/turtle") or format name (e.g., "Turtle") of the RDF serialization being decoded.

Implementation

final String format;