Class GuiceyExtensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spockframework.runtime.SpockException
org.spockframework.runtime.extension.ExtensionException
ru.vyarus.dropwizard.guice.test.spock.ext.GuiceyExtensionException
- All Implemented Interfaces:
Serializable
public class GuiceyExtensionException
extends org.spockframework.runtime.extension.ExtensionException
Exception thrown in case of exceptional situations in extensions.
- Since:
- 02.01.2015
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGuiceyExtensionException(String message) GuiceyExtensionException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.spockframework.runtime.extension.ExtensionException
getMessage, withArgsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GuiceyExtensionException
-
GuiceyExtensionException
-