Class UnsatisfiedReductionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.microbean.bean.BeanException
org.microbean.bean.ReductionException
org.microbean.bean.UnsatisfiedReductionException
- All Implemented Interfaces:
Serializable
A
ReductionException indicating that a reduction did not occur because there were no elements to reduce.- Author:
- Laird Nelson
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsatisfiedReductionException(Object criteria, String message, Throwable cause) Creates a newUnsatisfiedReductionException. -
Method Summary
Methods inherited from class org.microbean.bean.ReductionException
criteria, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UnsatisfiedReductionException
Creates a newUnsatisfiedReductionException.- Parameters:
criteria- anObjectrepresenting reduction criteria; may benullmessage- a detail message; may benullcause- aThrowablethat caused thisUnsatisfiedReductionExceptionto be created; may benull
-