goldman.collection
Class VisitAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by goldman.collection.VisitAbortedException
All Implemented Interfaces:
Serializable

public class VisitAbortedException
extends RuntimeException

A VisitAbortedException wraps an exception that is thrown by the visit method during an accept call.

See Also:
Serialized Form

Constructor Summary
VisitAbortedException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

VisitAbortedException

public VisitAbortedException(Throwable cause)