public class ExceptionProxy extends Object
| Modifier and Type | Field and Description |
|---|---|
ExceptionProxy |
c |
List<org.gcube.common.core.faults.ExceptionProxy.StackTraceElementProxy> |
el |
String |
msg |
String |
name |
| Constructor and Description |
|---|
ExceptionProxy() |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionProxy |
newInstance(Element e) |
static ExceptionProxy |
newInstance(Throwable t) |
Element |
toElement() |
Throwable |
toThrowable() |
public String name
public String msg
public List<org.gcube.common.core.faults.ExceptionProxy.StackTraceElementProxy> el
public ExceptionProxy c
public static ExceptionProxy newInstance(Element e) throws Exception
Exceptionpublic static ExceptionProxy newInstance(Throwable t)
public Throwable toThrowable()
Copyright © 2015. All Rights Reserved.