gov.nasa.pds.tools.label
Class LabelErrorHandler

java.lang.Object
  extended by gov.nasa.pds.tools.label.LabelErrorHandler
All Implemented Interfaces:
ErrorHandler

public class LabelErrorHandler
extends Object
implements ErrorHandler

Author:
pramirez

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

Constructor Detail

LabelErrorHandler

public LabelErrorHandler(ExceptionContainer exceptions)
Method Detail

error

public void error(SAXParseException exception)
           throws SAXException
Specified by:
error in interface ErrorHandler
Throws:
SAXException

fatalError

public void fatalError(SAXParseException exception)
                throws SAXException
Specified by:
fatalError in interface ErrorHandler
Throws:
SAXException

warning

public void warning(SAXParseException exception)
             throws SAXException
Specified by:
warning in interface ErrorHandler
Throws:
SAXException


Copyright © 2010-2014 Planetary Data System. All Rights Reserved.