uk.org.skeet.jbench
Class ConfigurationException

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

public class ConfigurationException
extends java.lang.Exception

Exception indicating that a specified configuration is invalid.

See Also:
Serialized Form

Constructor Summary
ConfigurationException(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

ConfigurationException

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