abbot.script
Class ForkedStepRunner.ForkedFailure

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjunit.framework.AssertionFailedError
              extended byabbot.AssertionFailedError
                  extended byabbot.script.ForkedStepRunner.ForkedFailure
All Implemented Interfaces:
Serializable
Enclosing class:
ForkedStepRunner

class ForkedStepRunner.ForkedFailure
extends AssertionFailedError

An exception that for all purposes looks like another exception.


Field Summary
 
Fields inherited from class java.lang.Error
 
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()

toString

public String toString()

printStackTrace

public void printStackTrace(PrintWriter writer)

printStackTrace

public void printStackTrace(PrintStream s)

printStackTrace

public void printStackTrace()


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

SourceForge