jltools.visit
Class SemanticVisitor.Abort

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jltools.visit.SemanticVisitor.Abort
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SemanticVisitor

protected static class SemanticVisitor.Abort
extends java.lang.RuntimeException

Exception used to abort a visitor pass.

See Also:
Serialized Form

Constructor Summary
protected SemanticVisitor.Abort()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SemanticVisitor.Abort

protected SemanticVisitor.Abort()