Package com.uwyn.jhighlight.tools
Class ExceptionUtils
java.lang.Object
com.uwyn.jhighlight.tools.ExceptionUtils
Collection of utility methods to work with exceptions.
- Since:
- 1.0
- Version:
- $Revision: 3108 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getExceptionStackTrace
(Throwable exception) Obtains the entire stracktrace of an exception and converts it into a string.
-
Constructor Details
-
ExceptionUtils
private ExceptionUtils()
-
-
Method Details
-
getExceptionStackTrace
Obtains the entire stracktrace of an exception and converts it into a string.- Parameters:
exception
- the exception whose stacktrace has to be converted- Returns:
- the stracktrace, converted into a string
- Since:
- 1.0
-