uk.org.skeet.jbench
Class TaskException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.org.skeet.jbench.TaskException
All Implemented Interfaces:
java.io.Serializable

public class TaskException
extends java.lang.Exception

Exception indicating that a task was configured incorrectly or failed a test.

See Also:
Serialized Form

Constructor Summary
TaskException(java.lang.String message)
          Constructs an exception with a user-readable message indicating the problem.
 
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

TaskException

public TaskException(java.lang.String message)
Constructs an exception with a user-readable message indicating the problem.
Parameters:
message - the message