abbot.script
Class ForkedStepRunner.ForkedError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byabbot.script.ForkedStepRunner.ForkedError
All Implemented Interfaces:
Serializable
Enclosing class:
ForkedStepRunner

class ForkedStepRunner.ForkedError
extends RuntimeException

An exception that for all purposes looks like another exception.


Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
ForkedStepRunner.ForkedError(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 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.ForkedError

public ForkedStepRunner.ForkedError(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