public static class ElementVisitor.StoppedException
extends java.lang.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(java.lang.String message) |
ElementVisitor.StoppedException(java.lang.String message,
java.lang.Throwable cause) |
ElementVisitor.StoppedException(java.lang.Throwable cause) |
public ElementVisitor.StoppedException(java.lang.String message, java.lang.Throwable cause)
public ElementVisitor.StoppedException(java.lang.String message)
public ElementVisitor.StoppedException(java.lang.Throwable cause)