Class ValidationErrorHandler
- java.lang.Object
-
- org.gatein.pc.portlet.impl.metadata.ValidationErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
public class ValidationErrorHandler extends Object implements ErrorHandler
- Version:
- $Revision$
- Author:
- Emanuel Muckenhuber
-
-
Constructor Summary
Constructors Constructor Description ValidationErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(SAXParseException e)voidfatalError(SAXParseException e)voidwarning(SAXParseException e)
-
-
-
Method Detail
-
error
public void error(SAXParseException e) throws SAXException
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
public void fatalError(SAXParseException e) throws SAXException
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-
warning
public void warning(SAXParseException e) throws SAXException
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-
-