public class ThrowableAdapter extends XmlAdapter<String,Throwable>
ThrowableAdapter()
String
marshal(Throwable v)
Throwable
unmarshal(String v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThrowableAdapter()
public String marshal(Throwable v) throws Exception
marshal
XmlAdapter<String,Throwable>
Exception
public Throwable unmarshal(String v) throws Exception
unmarshal
Copyright © 2015. All Rights Reserved.