@ParametersAreNonnullByDefault public final class Converters extends Object
Modifier and Type | Method and Description |
---|---|
static JStackTraceElement |
convert(StackTraceElement stackTrace) |
static List<JStackTraceElement> |
convert(StackTraceElement[] stackTraces) |
static RemoteException |
convert(String source,
JThrowable throwable) |
static JThrowable |
convert(Throwable throwable) |
static List<JThrowable> |
convert(Throwable[] throwables) |
public static JStackTraceElement convert(StackTraceElement stackTrace)
public static List<JStackTraceElement> convert(StackTraceElement[] stackTraces)
public static List<JThrowable> convert(Throwable[] throwables)
public static JThrowable convert(Throwable throwable)
public static RemoteException convert(String source, JThrowable throwable)
Copyright © 2018 SPF4J. All rights reserved.