public static class ElementVisitor.StoppedException extends RuntimeException
Specific ElementVisitor implementations may define sub-types to signal specific exit conditions, in which case code that uses this type of visitor may want to catch a service the stop conditions if they are expected and convey useful information.
| Constructor and Description |
|---|
ElementVisitor.StoppedException(String message) |
ElementVisitor.StoppedException(String message,
Throwable cause) |
ElementVisitor.StoppedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012. All Rights Reserved.