| Package | Description |
|---|---|
| com.github.fge.jsonschema.exceptions |
Exceptions and exception provider
|
| com.github.fge.jsonschema.processing |
Core processing interface and building utility classes
|
| com.github.fge.jsonschema.report |
Processing report infrastructure
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonReferenceException
Exception associated with all JSON Reference exceptions
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingException |
ExceptionProvider.doException(ProcessingMessage message)
Return an exception associated with a message
|
| Modifier and Type | Method and Description |
|---|---|
OUT |
CachingProcessor.process(ProcessingReport report,
IN input) |
OUT |
Processor.process(ProcessingReport report,
IN input)
Process the input
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingException |
ProcessingMessage.asException()
Build an exception out of this message
|
ProcessingException |
SimpleExceptionProvider.doException(ProcessingMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardingReport.debug(ProcessingMessage message) |
void |
AbstractProcessingReport.debug(ProcessingMessage message) |
void |
ProcessingReport.debug(ProcessingMessage message)
Log a message with a level of
LogLevel.DEBUG |
protected void |
AbstractProcessingReport.dispatch(ProcessingMessage message)
Main dispatch method
|
void |
ForwardingReport.error(ProcessingMessage message) |
void |
AbstractProcessingReport.error(ProcessingMessage message) |
void |
ProcessingReport.error(ProcessingMessage message)
Log a message with a level of
LogLevel.ERROR |
void |
ForwardingReport.info(ProcessingMessage message) |
void |
AbstractProcessingReport.info(ProcessingMessage message) |
void |
ProcessingReport.info(ProcessingMessage message)
Log a message with a level of
LogLevel.INFO |
void |
ForwardingReport.mergeWith(ProcessingReport other) |
void |
AbstractProcessingReport.mergeWith(ProcessingReport other) |
void |
ProcessingReport.mergeWith(ProcessingReport other)
Merge another report into this report
|
void |
ForwardingReport.warn(ProcessingMessage message) |
void |
AbstractProcessingReport.warn(ProcessingMessage message) |
void |
ProcessingReport.warn(ProcessingMessage message)
Log a message with a level of
LogLevel.WARNING |
Copyright © 2013. All Rights Reserved.