Package com.github.mizool.core.exception
Class ReductionException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- com.github.mizool.core.exception.ReductionException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class ReductionException extends RuntimeException
Thrown when there is an error during aStreamreduction operation.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ReductionException()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, toString 
 - 
 
 -