org.gcube.data.analysis.tabulardata.operation.worker.exceptions
Class ThrowableAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Throwable>
org.gcube.data.analysis.tabulardata.operation.worker.exceptions.ThrowableAdapter
public class ThrowableAdapter
- extends XmlAdapter<String,Throwable>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThrowableAdapter
public ThrowableAdapter()
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.