net.vleu.visitomatic
Class VisitorRunner.VisitorRunnerException

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

public final class VisitorRunner.VisitorRunnerException
extends java.lang.Exception

Represents an error that occurred during the operation of a VisitorRunner.

See Also:
Serialized Form

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

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

VisitorRunner.VisitorRunnerException

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