adams.data.io.input
Class ExcelStreamingSpreadSheetReader.ParseStopException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by org.xml.sax.SAXParseException
                  extended by 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: 7064 $
Author:
fracpete (fracpete at waikato dot ac dot nz)
See Also:
Serialized Form

Constructor Summary
ExcelStreamingSpreadSheetReader.ParseStopException(String message, Locator locator)
           
 
Method Summary
 
Methods inherited from class org.xml.sax.SAXParseException
getColumnNumber, getLineNumber, getPublicId, getSystemId
 
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExcelStreamingSpreadSheetReader.ParseStopException

public ExcelStreamingSpreadSheetReader.ParseStopException(String message,
                                                          Locator locator)


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.