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

io.prestosql.hadoop.$internal.com.ctc.wstx.exc.WstxOutputException Maven / Gradle / Ivy

There is a newer version: 3.2.0-9
Show newest version
package io.prestosql.hadoop.$internal.com.ctc.wstx.exc;

/**
 * Exception class used for notifying about well-formedness errors that
 * writers would create. Such exceptions are thrown when strict output
 * validation is enabled.
 */
@SuppressWarnings("serial")
public class WstxOutputException
    extends WstxException
{
    public WstxOutputException(String msg) {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy