Uses of Class
org.refcodes.component.ComponentException
-
-
Uses of ComponentException in org.refcodes.component
Subclasses of ComponentException in org.refcodes.component Modifier and Type Class Description classCeaseExceptionThrown in case ceasing a component caused problems.classConfigureExceptionThrown in case initializing a component caused problems.classDigestExceptionThrown in case digesting (processing) a job by aDigester.digest(Object)caused problems; the cause is usually wrapped by thisException.classInitializeExceptionThrown in case initializing a component caused problems.classPauseExceptionThrown in case pausing a component caused problems.classResumeExceptionThrown in case resuming a component caused problems.classStartExceptionThrown in case starting a component caused problems.classStopExceptionThrown in case stopping a component caused problems.
-