org.spockframework.spring
Class SpringExtensionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.spockframework.runtime.extension.ExtensionException
                  extended by org.spockframework.spring.SpringExtensionException
All Implemented Interfaces:
Serializable

public class SpringExtensionException
extends ExtensionException

See Also:
Serialized Form

Constructor Summary
SpringExtensionException(String message)
           
SpringExtensionException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.spockframework.runtime.extension.ExtensionException
getMessage, withArgs
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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

SpringExtensionException

public SpringExtensionException(String message)

SpringExtensionException

public SpringExtensionException(String message,
                                Throwable cause)


Copyright © 2010. All Rights Reserved.