|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xmlBlaster.util.StopParseException
Throw this exception to stop SAX parsing.
Usually thrown in startElement() or endElement() if you are not interested in the following tags anymore.
| Constructor Summary | |
StopParseException()
Use this constructor to stop parsing when you are done. |
|
StopParseException(XmlBlasterException e)
Use this constructor to stop parsing when an exception occurred. |
|
| Method Summary | |
XmlBlasterException |
getXmlBlasterException()
|
boolean |
hasError()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StopParseException()
public StopParseException(XmlBlasterException e)
| Method Detail |
public boolean hasError()
public XmlBlasterException getXmlBlasterException()
|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||