java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.microbean.bean.BeanException
org.microbean.bean.ReductionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AmbiguousReductionException,UnsatisfiedReductionException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReductionException(Object criteria) ReductionException(Object criteria, String message) ReductionException(Object criteria, String message, Throwable cause) ReductionException(Object criteria, Throwable cause) ReductionException(String message) ReductionException(String message, Throwable cause) ReductionException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ReductionException
public ReductionException() -
ReductionException
-
ReductionException
-
ReductionException
-
ReductionException
-
ReductionException
-
ReductionException
-
ReductionException
-
-
Method Details