Index

A D E G I N R T 
All Classes and Interfaces|All Packages

A

accept() - Method in interface io.github.astrapi69.throwable.api.ThrowableNoArgumentConsumer
Performs this operation
accept(T) - Method in interface io.github.astrapi69.throwable.api.ThrowableConsumer
Performs this operation on the given argument.

D

decorate(RuntimeExceptionDecoratable<T>) - Static method in class io.github.astrapi69.throwable.RuntimeExceptionDecorator
Gets the stacktrace as a String object.
decorate(ThrowableConsumer<T, E>) - Static method in class io.github.astrapi69.throwable.RuntimeExceptionDecorator
Consume and if an checked exception occurs it is decorated in to a RuntimeException and will be thrown.
decorate(ThrowableNoArgumentConsumer<T>) - Static method in class io.github.astrapi69.throwable.RuntimeExceptionDecorator
Consume and if an checked exception occurs it is decorated in to a RuntimeException and will be thrown.

E

ExceptionExtensions - Class in io.github.astrapi69.throwable
The class ExceptionExtensions provides methods for convert exceptions to readable string objects.
execute() - Method in interface io.github.astrapi69.throwable.api.RuntimeExceptionDecoratable
Executes this operation

G

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

I

io.github.astrapi69.throwable - package io.github.astrapi69.throwable
 
io.github.astrapi69.throwable.api - package io.github.astrapi69.throwable.api
 
io.github.astrapisixtynine.throwable - module io.github.astrapisixtynine.throwable
The MIT License Copyright (C) 2015 Asterios Raptis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

N

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

R

RuntimeExceptionDecoratable<T> - Interface in io.github.astrapi69.throwable.api
The interface RuntimeExceptionDecoratable can handle checked exceptions
RuntimeExceptionDecorator - Class in io.github.astrapi69.throwable
RuntimeExceptionDecorator() - Constructor for class io.github.astrapi69.throwable.RuntimeExceptionDecorator
 

T

ThrowableConsumer<T,E extends Throwable> - Interface in io.github.astrapi69.throwable.api
The interface ThrowableConsumer can handle checked exceptions
ThrowableExtensions - Class in io.github.astrapi69.throwable
The class ThrowableExtensions provides methods for convert a Throwable object to readable String objects
ThrowableNoArgumentConsumer<E extends Throwable> - Interface in io.github.astrapi69.throwable.api
The interface ThrowableNoArgumentConsumer can handle checked exceptions
A D E G I N R T 
All Classes and Interfaces|All Packages