org.eigenbase.util
Class Util.FoundOne

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eigenbase.util.Util.FoundOne
All Implemented Interfaces:
Serializable
Enclosing class:
Util

public static class Util.FoundOne
extends RuntimeException

Exception used to interrupt a tree walk of any kind.

See Also:
Serialized Form

Field Summary
private  Object node
           
 
Constructor Summary
Util.FoundOne(Object node)
           
 
Method Summary
 Object getNode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

node

private final Object node
Constructor Detail

Util.FoundOne

public Util.FoundOne(Object node)
Method Detail

getNode

public Object getNode()