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
Thrown when there is an error during a
Stream
reduction operation.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReductionException
(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
-
Constructor Details
-
ReductionException
public ReductionException() -
ReductionException
-
ReductionException
-
ReductionException
-