org.apache.webbeans.xml
Class WebBeansErrorHandler

java.lang.Object
  extended by org.apache.webbeans.xml.WebBeansErrorHandler
All Implemented Interfaces:
ErrorHandler

public class WebBeansErrorHandler
extends Object
implements ErrorHandler

Implementation of the ErrorHandler .

Error handler that is used for handling errors while parsing the document.

Since:
1.0
Author:
Gurkan Erdogdu

Constructor Summary
WebBeansErrorHandler()
           
 
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

WebBeansErrorHandler

public WebBeansErrorHandler()
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 © 2008-2012 The Apache Software Foundation. All Rights Reserved.