Package spock.config

Class ConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConfigurationException
    extends java.lang.RuntimeException
    Thrown to indicate that there is a problem with Spock's configuration (file).
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigurationException​(java.lang.String msg, java.lang.Object... args)  
      ConfigurationException​(java.lang.String msg, java.lang.Throwable t, java.lang.Object... args)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String msg,
                                      java.lang.Object... args)
      • ConfigurationException

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