Class NoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.tadukoo.util.functional.NoException
- All Implemented Interfaces:
Serializable
To be used as a
Throwable
parameter in Throwing Functional Interfaces
that are not meant to throw anything.- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprivate
Can't actually create a NoException, as you're not supposed to -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoException
private NoException()Can't actually create a NoException, as you're not supposed to
-