com.agical.rmock.extension.junit
Class ExtendedAssertionFailedError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by junit.framework.AssertionFailedError
              extended by com.agical.rmock.extension.junit.ExtendedAssertionFailedError
All Implemented Interfaces:
Serializable

public class ExtendedAssertionFailedError
extends junit.framework.AssertionFailedError

Author:
brolund (c) 2005 Agical AB
See Also:
Serialized Form

Constructor Summary
ExtendedAssertionFailedError(Throwable throwable)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtendedAssertionFailedError

public ExtendedAssertionFailedError(Throwable throwable)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter s)
Overrides:
printStackTrace in class Throwable

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2005-2011 Agical AB. All Rights Reserved.