org.spockframework.runtime.model
Class ErrorInfo

java.lang.Object
  extended by org.spockframework.runtime.model.ErrorInfo

public class ErrorInfo
extends Object


Constructor Summary
ErrorInfo(MethodInfo method, Throwable error)
           
 
Method Summary
 Throwable getException()
           
 MethodInfo getMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorInfo

public ErrorInfo(MethodInfo method,
                 Throwable error)
Method Detail

getMethod

public MethodInfo getMethod()

getException

public Throwable getException()


Copyright © 2010. All Rights Reserved.