JTR 5.0 API Documentation

jtr.runners
Class IRunnerCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jtr.runners.IRunnerCreationException
All Implemented Interfaces:
java.io.Serializable

public class IRunnerCreationException
extends java.lang.Exception

This exception is thrown by the RunnerCreator should it be impossible to instantiate the required runner.

Since:
1.1
Version:
5.0
Author:
Francesco Russo (frusso@dev.java.net)
See Also:
Serialized Form

Constructor Summary
IRunnerCreationException()
          Constructs an IRunnerCreationException without a message.
IRunnerCreationException(java.lang.String message)
          Constructs an IRunnerCreationException with a detailed message.
IRunnerCreationException(java.lang.String message, java.lang.Throwable root)
          Constructs an IRunnerCreationException with a detailed message.
 
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

IRunnerCreationException

public IRunnerCreationException()
Constructs an IRunnerCreationException without a message.


IRunnerCreationException

public IRunnerCreationException(java.lang.String message)
Constructs an IRunnerCreationException with a detailed message.

Parameters:
message - The message associated with the exception.

IRunnerCreationException

public IRunnerCreationException(java.lang.String message,
                                java.lang.Throwable root)
Constructs an IRunnerCreationException with a detailed message.

Parameters:
message - The message associated with the exception.
root - The cause of the exception

The JTR Project is licensed under GPL version 2