Class ProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
church.i18n.processing.exception.ProcessingException
All Implemented Interfaces:
ProcessingExceptionIntermediate<ProcessingException>, ProcessingInfo, ProcessingStatus, ProcessingLogLevel, ProcessingMessageBuilderMethods<ProcessingException>, Serializable

public class ProcessingException extends RuntimeException implements ProcessingInfo, ProcessingExceptionIntermediate<ProcessingException>
Generic exception with enough information but not more for handling exceptional state in the application. It holds information user may need to know what has happened, how to deal with the problem or where to look for a solution.
See Also: