org.hibernate.ejb.packaging
Class PersistenceXmlLoader.ErrorLogger

java.lang.Object
  extended by org.hibernate.ejb.packaging.PersistenceXmlLoader.ErrorLogger
All Implemented Interfaces:
org.xml.sax.ErrorHandler
Enclosing class:
PersistenceXmlLoader

public static class PersistenceXmlLoader.ErrorLogger
extends java.lang.Object
implements org.xml.sax.ErrorHandler


Method Summary
 void error(org.xml.sax.SAXParseException error)
           
 void fatalError(org.xml.sax.SAXParseException error)
           
 void warning(org.xml.sax.SAXParseException warn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

error

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

fatalError

public void fatalError(org.xml.sax.SAXParseException error)
Specified by:
fatalError in interface org.xml.sax.ErrorHandler

warning

public void warning(org.xml.sax.SAXParseException warn)
Specified by:
warning in interface org.xml.sax.ErrorHandler


Copyright © 2010. All Rights Reserved.