abbot.script
Class InvalidScriptException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--abbot.script.InvalidScriptException
All Implemented Interfaces:
Serializable

public class InvalidScriptException
extends Exception

Exception to indicate the script being parsed is invalid.

See Also:
Serialized Form

Constructor Summary
InvalidScriptException(String msg)
           
InvalidScriptException(String msg, org.jdom.Element el)
           
 
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(String msg)

InvalidScriptException

public InvalidScriptException(String msg,
                              org.jdom.Element el)


Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge