junit.extensions.awt.script
Class InvalidScriptException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--junit.extensions.awt.script.InvalidScriptException
All Implemented Interfaces:
java.io.Serializable

public class InvalidScriptException
extends java.lang.Exception

Exception to indicate the script being parsed is invalid.

See Also:
Serialized Form

Constructor Summary
InvalidScriptException()
           
InvalidScriptException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidScriptException

public InvalidScriptException()

InvalidScriptException

public InvalidScriptException(java.lang.String msg)