Package spock.config

Class ConfigurationException

All Implemented Interfaces:
Serializable

public class ConfigurationException extends RuntimeException
Thrown to indicate that there is a problem with Spock's configuration (file).
Author:
Peter Niederwieser
See Also:
  • Constructor Details

    • ConfigurationException

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

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