public abstract class ExceptionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static RuntimeException |
addInformation(RuntimeException e,
String additionalinfo) |
static String |
currentStack()
This is for debugging/logging purpose only!
|
static RuntimeException |
throwAsRuntimeException(Throwable throwable)
Throws the given Exception as RuntimeException
|
public static RuntimeException throwAsRuntimeException(Throwable throwable)
public static String currentStack()
public static RuntimeException addInformation(RuntimeException e, String additionalinfo)
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.