abbot.script
Class ForkedStepRunner.ForkedError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--abbot.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.

See Also:
Serialized Form

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, getLocalizedMessage
 
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()
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-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge