net.sf.juffrou.xml.error.XmlMappingReaderException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of juffrou-xml Show documentation
Show all versions of juffrou-xml Show documentation
Juffrou XML is simplified marshaling for java beans into XML and back.
package net.sf.juffrou.xml.error;
public class XmlMappingReaderException extends JuffrouXmlException {
private static final long serialVersionUID = 4623925377842725784L;
public XmlMappingReaderException() {
super();
// TODO Auto-generated constructor stub
}
public XmlMappingReaderException(String arg0, Throwable arg1) {
super(arg0, arg1);
// TODO Auto-generated constructor stub
}
public XmlMappingReaderException(String arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public XmlMappingReaderException(Throwable arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
}