public class TerminateException extends RuntimeException
| Constructor and Description |
|---|
TerminateException(SAXElement element,
boolean terminateBefore)
Public constructor.
|
| 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)
element - The element on which the terminate was fired.terminateBefore - public SAXElement getElement()
public boolean isTerminateBefore()
Copyright © 2020. All rights reserved.