net.vleu.visitomatic
Class VisitorRunner.VisitorRunnerInitialisationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.vleu.visitomatic.VisitorRunner.VisitorRunnerInitialisationException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
VisitorRunner

public final class VisitorRunner.VisitorRunnerInitialisationException
extends java.lang.RuntimeException

Represents an error that occurred during the static analysis of a Visitor.

See Also:
Serialized Form

Constructor Summary
protected VisitorRunner.VisitorRunnerInitialisationException(java.lang.String message)
           
protected VisitorRunner.VisitorRunnerInitialisationException(java.lang.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

VisitorRunner.VisitorRunnerInitialisationException

protected VisitorRunner.VisitorRunnerInitialisationException(java.lang.Throwable cause)

VisitorRunner.VisitorRunnerInitialisationException

protected VisitorRunner.VisitorRunnerInitialisationException(java.lang.String message)