View Javadoc
1
package
com.thoughtworks.xstream.xml
;
2
3
public
class
CannotParseXMLException
extends
RuntimeException {
4
public
CannotParseXMLException
(Throwable e) {
5
super
(e);
6
}
7
}
This page was automatically generated by
Maven