spock.config
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConfigurationException
public ConfigurationException(String msg,
Object... args)
ConfigurationException
public ConfigurationException(String msg,
Throwable t,
Object... args)