org.gcube.data.analysis.tabulardata.operation.worker.exceptions
Class ThrowableAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Throwable>
      extended by org.gcube.data.analysis.tabulardata.operation.worker.exceptions.ThrowableAdapter

public class ThrowableAdapter
extends XmlAdapter<String,Throwable>


Constructor Summary
ThrowableAdapter()
           
 
Method Summary
 String marshal(Throwable v)
           
 Throwable unmarshal(String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowableAdapter

public ThrowableAdapter()
Method Detail

marshal

public String marshal(Throwable v)
               throws Exception
Specified by:
marshal in class XmlAdapter<String,Throwable>
Throws:
Exception

unmarshal

public Throwable unmarshal(String v)
                    throws Exception
Specified by:
unmarshal in class XmlAdapter<String,Throwable>
Throws:
Exception


Copyright © 2013. All Rights Reserved.