Uses of Class
com.github.nullterminated.trylambda.WrappedException
-
-
Uses of WrappedException in com.github.nullterminated.trylambda
Methods in com.github.nullterminated.trylambda that return WrappedException Modifier and Type Method Description static WrappedExceptionWrappedException. wrap(java.lang.Exception e)Factory method to generate a WrappedException.static WrappedExceptionWrappedException. wrap(java.lang.String message, java.lang.Exception e)Factory method to generate a WrappedException.
-