sir.mts
Class ScriptGenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sir.mts.ScriptGenException
All Implemented Interfaces:
java.io.Serializable

public class ScriptGenException
extends java.lang.Exception

Indicates that a script generator was unable to satisfy a command received from the parser.

Common reasons for this exception to be thrown are if there is an I/O error while writing a script file, or if the target script language cannot support the requested test implementation feature.

Version:
02/02/2006
Author:
Alex Kinneer
See Also:
Serialized Form

Constructor Summary
ScriptGenException()
           
ScriptGenException(java.lang.String message)
           
ScriptGenException(java.lang.String message, java.lang.Throwable cause)
           
ScriptGenException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptGenException

public ScriptGenException()

ScriptGenException

public ScriptGenException(java.lang.String message)

ScriptGenException

public ScriptGenException(java.lang.Throwable cause)

ScriptGenException

public ScriptGenException(java.lang.String message,
                          java.lang.Throwable cause)