public static class ExtensionVisitor.StoppedException extends RuntimeException
Specific ExtensionVisitor 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 |
|---|
ExtensionVisitor.StoppedException(String message) |
ExtensionVisitor.StoppedException(String message,
Throwable cause) |
ExtensionVisitor.StoppedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExtensionVisitor.StoppedException(String message, Throwable cause)
public ExtensionVisitor.StoppedException(String message)
public ExtensionVisitor.StoppedException(Throwable cause)
Copyright © 2012. All Rights Reserved.