org.knime.base.node.io.pmml.read
Class LoggingErrorHandler

java.lang.Object
  extended by org.knime.base.node.io.pmml.read.LoggingErrorHandler
All Implemented Interfaces:
ErrorHandler

public class LoggingErrorHandler
extends Object
implements ErrorHandler

Error handler that throws an exception if an error occurs.

Author:
Fabian Dill, University of Konstanz

Constructor Summary
LoggingErrorHandler()
           
 
Method Summary
 void error(SAXParseException saxe)
          
 void fatalError(SAXParseException saxe)
          
 void warning(SAXParseException saxe)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingErrorHandler

public LoggingErrorHandler()
Method Detail

error

public void error(SAXParseException saxe)
           throws SAXException

Specified by:
error in interface ErrorHandler
Throws:
SAXException

fatalError

public void fatalError(SAXParseException saxe)
                throws SAXException

Specified by:
fatalError in interface ErrorHandler
Throws:
SAXException

warning

public void warning(SAXParseException saxe)
             throws SAXException

Specified by:
warning in interface ErrorHandler
Throws:
SAXException


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.