goldman.collection
Class VisitAbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
VisitAbortedException
public VisitAbortedException(Throwable cause)