Package org.jasen.error

Class Summary
EmptyErrorHandler The EmptyErrorHandler ignores all errors, but counts each occurrence of an error.
ErrorHandlerBroker Singleton class which provides application-wide access to the engine error handler.
ParseErrorType Enumerated class to represent error types for parsing errors.
SystemErrorHandler Implementation of the JasenErrorHandler which simply prints exceptions to System.err.
 

Exception Summary
DNSException Thrown when an unexpected error occurs whilst performing a DNS lookup (eg parse error).
JasenException General exception thrown during Jasen operations.
JasenParseException Thrown when an error occurs during parsing of a MimeMessage.