public final class ExceptionHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ENABLE_STACK_TRACE_PROPERTY
System property to enable stack traces in CMIS exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
getStacktraceAsNode(Throwable t)
Returns the stack trace as DOM node.
|
static String |
getStacktraceAsString(Throwable t)
Returns the stack trace as string.
|
public static final String ENABLE_STACK_TRACE_PROPERTY
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.