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