abbot.script
Class ForkedStepRunner.ForkedFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by junit.framework.AssertionFailedError
              extended by abbot.AssertionFailedError
                  extended by abbot.script.ForkedStepRunner.ForkedFailure
All Implemented Interfaces:
Serializable
Enclosing class:
ForkedStepRunner

 class ForkedStepRunner.ForkedFailure
extends AssertionFailedError

An exception that looks almost exactly like some other exception, without actually having access to the instance of the original exception.


Constructor Summary
ForkedStepRunner.ForkedFailure(String msg, String str, String trace)
           
 
Method Summary
 String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter writer)
           
 String toString()
           
 
Methods inherited from class abbot.AssertionFailedError
getFile, getLine
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForkedStepRunner.ForkedFailure

public ForkedStepRunner.ForkedFailure(String msg,
                                      String str,
                                      String trace)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable

printStackTrace

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

printStackTrace

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

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable


Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge