Package adams.data.io.input
Class ExcelStreamingSpreadSheetReader.ParseStopException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xml.sax.SAXException
-
- org.xml.sax.SAXParseException
-
- adams.data.io.input.ExcelStreamingSpreadSheetReader.ParseStopException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ExcelStreamingSpreadSheetReader
public static class ExcelStreamingSpreadSheetReader.ParseStopException extends SAXParseException
Dummy exception to stop the parsing.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseStopException(String message, Locator locator)
-
Method Summary
-
Methods inherited from class org.xml.sax.SAXParseException
getColumnNumber, getLineNumber, getPublicId, getSystemId, toString
-
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-