org.picocontainer.defaults
Class PicoVisitorTraversalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.picocontainer.PicoException
                  extended byorg.picocontainer.defaults.PicoVisitorTraversalException
All Implemented Interfaces:
Serializable

public class PicoVisitorTraversalException
extends PicoException

Exception for a PicoVisitor, that is dependent on a defined starting point of the traversal. If the traversal is not initiated with a call of PicoVisitor.traverse(java.lang.Object)

Since:
1.1
Author:
joehni
See Also:
Serialized Form

Constructor Summary
PicoVisitorTraversalException(PicoVisitor visitor)
          Construct the PicoVisitorTraversalException.
 
Methods inherited from class org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PicoVisitorTraversalException

public PicoVisitorTraversalException(PicoVisitor visitor)
Construct the PicoVisitorTraversalException.

Parameters:
visitor - The visitor casing the exception.


Copyright © 2003-2004 Codehaus. All Rights Reserved.