Package io.foldright.cffu2
Class NoCfsProvidedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.foldright.cffu2.NoCfsProvidedException
- All Implemented Interfaces:
Serializable
Exception indicates that NO cfs(
CompletionStage
, including subclass Cffu
/
CompletableFuture
) are provided for methods that require cf arguments.- Author:
- Jerry Lee (oldratlee at gmail dot com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoCfsProvidedException
public NoCfsProvidedException()
-