spock.config
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by spock.config.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends RuntimeException

Thrown to indicate that there is a problem with Spock's configuration (file).

See Also:
Serialized Form

Constructor Summary
ConfigurationException(String msg, Object... args)
           
ConfigurationException(String msg, Throwable t, Object... args)
           
 
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

ConfigurationException

public ConfigurationException(String msg,
                              Object... args)

ConfigurationException

public ConfigurationException(String msg,
                              Throwable t,
                              Object... args)