Uses of Class
ai.doctruth.ExtractionException
Packages that use ExtractionException
Package
Description
Public API of DocTruth: auditable LLM extraction for Java.
Internal citation-matching primitives.
Internal JSON Schema generation for provider structured-output contracts.
-
Uses of ExtractionException in ai.doctruth
Methods in ai.doctruth that throw ExtractionExceptionModifier and TypeMethodDescriptionContextStrategy.assemble(ParsedDocument doc) Render the document into a single user-prompt string, applying this strategy's truncation / windowing rules.PriorityTruncate.assemble(ParsedDocument doc) Assembledocinto a single user-prompt string.ExtractionBuilder.run(ParsedDocument doc) Execute the configured extraction.ExtractionResult<com.fasterxml.jackson.databind.JsonNode> JsonExtractionBuilder.runJson(ParsedDocument doc) -
Uses of ExtractionException in ai.doctruth.internal.citation
Methods in ai.doctruth.internal.citation that throw ExtractionExceptionModifier and TypeMethodDescriptionEvidenceGate.match(Object value, ParsedDocument doc, boolean needsCitations, boolean requireEvidence, int retries) -
Uses of ExtractionException in ai.doctruth.internal.constraint
Methods in ai.doctruth.internal.constraint that throw ExtractionException -
Uses of ExtractionException in ai.doctruth.internal.schema
Methods in ai.doctruth.internal.schema that throw ExtractionExceptionModifier and TypeMethodDescriptionstatic voidJsonSchemaValidator.validate(com.fasterxml.jackson.databind.JsonNode value, com.fasterxml.jackson.databind.JsonNode schema, int retries)