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).
See Also:
Serialized Form
  • Constructor Details

    • ConfigurationException

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

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