org.spockframework.runtime
Class SpockAssertionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by org.spockframework.runtime.SpockAssertionError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConditionNotSatisfiedError, InteractionNotSatisfiedError, SpockTimeoutError, WrongExceptionThrownError

public class SpockAssertionError
extends java.lang.AssertionError

Author:
Peter Niederwieser
See Also:
Serialized Form

Constructor Summary
SpockAssertionError()
           
SpockAssertionError(java.lang.String msg)
           
SpockAssertionError(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpockAssertionError

public SpockAssertionError()

SpockAssertionError

public SpockAssertionError(java.lang.String msg)

SpockAssertionError

public SpockAssertionError(java.lang.Throwable cause)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2013. All rights reserved