All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.ngeor.yak4j.XmlRuntimeException Maven / Gradle / Ivy

There is a newer version: 0.18.0
Show newest version
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