Package com.xmlmill.exception

The exception package contains the classes responsible for providing the messages when a warning, error or fatal-error occurs.

See:
          Description

Exception Summary
WrappedRuntimeException This class is for throwing important checked exceptions over non-checked methods.
XMLMillConfigError Encapsulates a XMLMill fatal configuration error.
XMLMillError Encapsulates a XMLMill error.
XMLMillException Encapsulates a XMLMillWarning, XMLMillError or XMLMillFatalError.
XMLMillFatalError Encapsulates a XMLMill fatal error.
XMLMillNotRecognizedException Encapsulates a XMLMillNotRecognizedException.
XMLMillRTException Encapsulates a XMLMill Runtime Exception.
XMLMillWarning Encapsulates a XMLMill warning.
 

Package com.xmlmill.exception Description

The exception package contains the classes responsible for providing the messages when a warning, error or fatal-error occurs.