org.jomc.model
Class ModelExceptionErrorHandler
java.lang.Object
org.jomc.model.ModelExceptionErrorHandler
- All Implemented Interfaces:
- ErrorHandler
final class ModelExceptionErrorHandler
- extends Object
- implements ErrorHandler
ErrorHander collecting ModelException.Details.
- Version:
- $Id: ModelExceptionErrorHandler.java 509 2009-09-21 13:54:49Z schulte2005 $
- Author:
- Christian Schulte
- See Also:
getDetails()
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
details
private final List<ModelException.Detail> details
- The details of the instance.
ModelExceptionErrorHandler
ModelExceptionErrorHandler()
- Creates a new
ModelExceptionErrorHandler instance.
getDetails
public List<ModelException.Detail> getDetails()
- Gets the details of the instance.
- Returns:
- The details of the instance.
warning
public void warning(SAXParseException exception)
throws SAXException
- Specified by:
warning in interface ErrorHandler
- Throws:
SAXException
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
Copyright © 2005-2009 The JOMC Project. All Rights Reserved.