io.prestosql.hadoop.$internal.com.ctc.wstx.exc.WstxOutputException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hadoop-apache Show documentation
Show all versions of hadoop-apache Show documentation
Shaded version of Apache Hadoop for Presto
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);
}
}