org.thymeleaf.templateparser
Class ErrorHandler

Object
  extended by org.thymeleaf.templateparser.ErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public final class ErrorHandler
extends Object
implements org.xml.sax.ErrorHandler

Since:
1.0
Author:
Daniel Fernández

Field Summary
static ErrorHandler INSTANCE
           
 
Constructor Summary
ErrorHandler()
           
 
Method Summary
 void error(org.xml.sax.SAXParseException exception)
           
 void fatalError(org.xml.sax.SAXParseException exception)
           
 void warning(org.xml.sax.SAXParseException exception)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ErrorHandler INSTANCE
Constructor Detail

ErrorHandler

public ErrorHandler()
Method Detail

warning

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

error

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

fatalError

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


Copyright © 2012 The THYMELEAF team. All Rights Reserved.