Package org.opennms.web.utils
Class ExceptionUtils
- java.lang.Object
-
- org.opennms.web.utils.ExceptionUtils
-
public class ExceptionUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getFullStackTrace(Throwable throwable)
static <T extends Throwable>
TgetRootCause(Throwable t, Class<T> type)
-