|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.run.xml.SaxParser.ValidationHandler
protected class SaxParser.ValidationHandler
An inner class Error Handler that is registered in parser that performs validation. It gets called when on warning, error, or fatalError.
| Constructor Summary | |
|---|---|
protected |
SaxParser.ValidationHandler() |
| Method Summary | |
|---|---|
void |
error(org.xml.sax.SAXParseException e)Routine called when a error occurs in parser. |
void |
fatalError(org.xml.sax.SAXParseException e)Routine called when a fatal error occurs in parser. |
int |
getErrorCount()Returns the number of Errors encountered. |
org.xml.sax.SAXParseException |
getException()Returns a saved parser exception. |
boolean |
isError()Returns boolean indicating if an error has occurred. |
void |
warning(org.xml.sax.SAXParseException e)Routine called when a warning occurs in parser. |
| Constructor Detail |
|---|
protected SaxParser.ValidationHandler()
| Method Detail |
|---|
public void warning(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
warning in interface org.xml.sax.ErrorHandlere - SAXParseException is warning exception.org.xml.sax.SAXException
public void error(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
error in interface org.xml.sax.ErrorHandlere - SAXParseException is error exception.org.xml.sax.SAXException
public void fatalError(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
fatalError in interface org.xml.sax.ErrorHandlere - SAXParseException is fatal error exception.org.xml.sax.SAXExceptionpublic int getErrorCount()
public org.xml.sax.SAXParseException getException()
public boolean isError()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||