website.automate.waml.report.io.WamlReportSerializationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of waml-report-io Show documentation
Show all versions of waml-report-io Show documentation
(De)Serializer of the web automation markup language (WAML) reports for Java
package website.automate.waml.report.io;
public class WamlReportSerializationException extends RuntimeException {
private static final long serialVersionUID = 3262269456525705952L;
public WamlReportSerializationException(String msg, Throwable e){
super(msg, e);
}
}