org.eigenbase.oj.util
Class OJUtil.StopIterationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by openjava.ptree.ParseTreeException
              extended by org.eigenbase.oj.util.OJUtil.StopIterationException
All Implemented Interfaces:
Serializable
Enclosing class:
OJUtil

public static class OJUtil.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

Constructor Summary
OJUtil.StopIterationException()
           
 
Method Summary
 
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

OJUtil.StopIterationException

public OJUtil.StopIterationException()