org.gcube.common.core.faults
Class ExceptionProxy

java.lang.Object
  extended by org.gcube.common.core.faults.ExceptionProxy

public class ExceptionProxy
extends Object

Author:
fabio

Field Summary
 ExceptionProxy c
           
 List<org.gcube.common.core.faults.ExceptionProxy.StackTraceElementProxy> el
           
 String msg
           
 String name
           
 
Constructor Summary
ExceptionProxy()
           
 
Method Summary
static ExceptionProxy newInstance(Element e)
           
static ExceptionProxy newInstance(Throwable t)
           
 Element toElement()
           
 Throwable toThrowable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

msg

public String msg

el

public List<org.gcube.common.core.faults.ExceptionProxy.StackTraceElementProxy> el

c

public ExceptionProxy c
Constructor Detail

ExceptionProxy

public ExceptionProxy()
Method Detail

newInstance

public static ExceptionProxy newInstance(Element e)
                                  throws Exception
Throws:
Exception

newInstance

public static ExceptionProxy newInstance(Throwable t)

toThrowable

public Throwable toThrowable()

toElement

public Element toElement()
                  throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.