|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.fikin.xml.sax.events.AbstractEvent
net.sf.fikin.xml.sax.events.ErrorHandlerEvent
public abstract class ErrorHandlerEvent
Base for all ContentHandler SAX events created on Aug 17, 2006
| Field Summary | |
|---|---|
protected org.xml.sax.SAXParseException |
exception
exception reference object |
| Constructor Summary | |
|---|---|
ErrorHandlerEvent(org.xml.sax.SAXParseException exception)
|
|
| Method Summary | |
|---|---|
abstract void |
emmit(org.xml.sax.ErrorHandler handler)
emmit SAX event to provided handler |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.xml.sax.SAXParseException exception
| Constructor Detail |
|---|
public ErrorHandlerEvent(org.xml.sax.SAXParseException exception)
| Method Detail |
|---|
public abstract void emmit(org.xml.sax.ErrorHandler handler)
throws org.xml.sax.SAXException
handler - receiving the event
org.xml.sax.SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||