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

Field Summary
 
Fields inherited from class openjava.ptree.ParseTreeException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
Toolbox.StopIterationException()
           
 
Methods inherited from class openjava.ptree.ParseTreeException
printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Toolbox.StopIterationException

public Toolbox.StopIterationException()

SourceForge.net_Logo