com.github.ngeor.yak4j.XmlRuntimeException Maven / Gradle / Ivy
package com.github.ngeor.yak4j;
/**
* A runtime exception regarding XML (de)serialization issues.
*/
@SuppressWarnings("WeakerAccess")
public class XmlRuntimeException extends RuntimeException {
public XmlRuntimeException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy