xtc.tree
Class VisitingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by xtc.tree.TraversalException
                  extended by xtc.tree.VisitingException
All Implemented Interfaces:
java.io.Serializable

public class VisitingException
extends TraversalException

A visiting exception is thrown to indicate an exceptional condition while visiting a node.

Version:
$Revision: 1.6 $
Author:
Robert Grimm
See Also:
Serialized Form

Constructor Summary
VisitingException(java.lang.String message, java.lang.Throwable cause)
          Create a new visiting exception with the specified detail message and cause.
 
Method Summary
 
Methods inherited from class xtc.tree.TraversalException
getCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

VisitingException

public VisitingException(java.lang.String message,
                         java.lang.Throwable cause)
Create a new visiting exception with the specified detail message and cause.

Parameters:
message - The detail message.
cause - The cause.


Copyright © 2012. All Rights Reserved.