Namespace inetsoftware.Pdfc.Error
Classes
ExceptionData
A JSON serializable replacement for {@link Throwable}s. Since i-net PDFC is designed to persist and transmit any part of the result, consider to use this class in events instead of throwing an {@link Exception} directly.
PresenterExceptionData
A class to get the exceptions of a presenter. Since the presenters are executed after the actual comparison, any internal error in the presenter may lead to a missing result but not to a failed comparison task. If you want to make sure that all presenters were executed properly, you'll have to GetPresenterExceptions().