sir.mts
Class ScriptGenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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)