openjava.mop
Class Toolbox.StopIterationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--openjava.ptree.ParseTreeException
|
+--openjava.mop.Toolbox.StopIterationException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Toolbox
- public static class Toolbox.StopIterationException
- extends ParseTreeException
A StopIterationException
is a way to tell a ParseTreeVisitor
to halt traversal of the tree, but
is not regarded as an error.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Toolbox.StopIterationException
public Toolbox.StopIterationException()