public class TerminateException extends RuntimeException
| Constructor and Description |
|---|
TerminateException(SAXElement element,
boolean terminateBefore) |
| Modifier and Type | Method and Description |
|---|---|
SAXElement |
getElement()
Get the element on which the terminate was fired.
|
boolean |
isTerminateBefore()
Is this exception a visitBefore TerminateException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TerminateException(SAXElement element, boolean terminateBefore)
public SAXElement getElement()
public boolean isTerminateBefore()
Copyright © 2015. All rights reserved.