Package com.axemble.vdoc.sdk.utils
Interface IExceptionUtils
public interface IExceptionUtils
IExceptionUtils
Use this utils to manipulate Exceptions
-
Method Summary
Modifier and TypeMethodDescriptionfilterException
(Throwable exception) Remove useless exceptions (invocation target, ...) from stack
-
Method Details
-
filterException
Remove useless exceptions (invocation target, ...) from stack- Parameters:
exception
- the exception to filter- Returns:
- the filtered exception
-