Skip navigation links
A D G N T 

A

accept(T) - Method in interface de.alpharogroup.throwable.api.ThrowableConsumer
Performs this operation on the given argument.

D

de.alpharogroup.throwable - package de.alpharogroup.throwable
 
de.alpharogroup.throwable.api - package de.alpharogroup.throwable.api
 

G

getStackTrace(Throwable, String...) - Static method in class de.alpharogroup.throwable.ThrowableExtensions
Gets the stacktrace as a String object.
getStackTraceElements(Throwable, String...) - Static method in class de.alpharogroup.throwable.ThrowableExtensions
Gets the stack trace elements from the given Throwable and returns a String object from it.

N

newThrowableMessage(Throwable, String) - Static method in class de.alpharogroup.throwable.ThrowableExtensions
Factory method for create the message from the given throwable object as a String object.

T

ThrowableConsumer<T,E extends java.lang.Throwable> - Interface in de.alpharogroup.throwable.api
The interface ThrowableConsumer can handle checked exceptions
ThrowableExtensions - Class in de.alpharogroup.throwable
toRuntimeExceptionIfNeeded(ThrowableConsumer<T, Throwable>) - Static method in class de.alpharogroup.throwable.ThrowableExtensions
Consume and if an checked exception occurs it is decorated in to a RuntimeException and will be thrown.
A D G N T 
Skip navigation links