Class XMLExceptionHandler
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLExceptionHandler
-
- All Implemented Interfaces:
ErrorHandler
public class XMLExceptionHandler extends Object implements ErrorHandler
-
-
Constructor Summary
Constructors Constructor Description XMLExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(SAXParseException exception)voidfatalError(SAXParseException exception)XMLExceptiongetXMLException()voidwarning(SAXParseException exception)
-
-
-
Method Detail
-
warning
public void warning(SAXParseException exception) throws SAXException
- Specified by:
warningin interfaceErrorHandler- Throws:
SAXException
-
error
public void error(SAXParseException exception) throws SAXException
- Specified by:
errorin interfaceErrorHandler- Throws:
SAXException
-
fatalError
public void fatalError(SAXParseException exception) throws SAXException
- Specified by:
fatalErrorin interfaceErrorHandler- Throws:
SAXException
-
getXMLException
public XMLException getXMLException()
-
-