Webiyo

This page was generated using Webiyo. See its source code and unit tests.

org/webiyo/xml/XmlOutputException.java

package org.webiyo.xml;

public class XmlOutputException extends XmlException {

    // -Xlint: no serialVersionUID is okay.  We aren't supporting backward-compatible deserialization of exceptions.

    public XmlOutputException(String s) {
        super(s);
    }

}
SourceForge