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

net.yapbam.data.xml.ParsingCancelledException Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
package net.yapbam.data.xml;

import org.xml.sax.SAXParseException;

/** Indicates that the parsing was cancelled.
 */
class ParsingCancelledException extends SAXParseException {
	private static final long serialVersionUID = 1L;

	ParsingCancelledException() {
		super("Parsing was cancelled", null, null, -1, -1); //$NON-NLS-1$
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy