incubator.net.xoetrope.scripts
Class ScriptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by incubator.net.xoetrope.scripts.ScriptException
All Implemented Interfaces:
java.io.Serializable

public class ScriptException
extends java.lang.Exception

    

See Also:
Serialized Form

Constructor Summary
ScriptException()
           
ScriptException(java.lang.String message)
          Creates a new instance of ScriptException
ScriptException(java.lang.String message, java.lang.Throwable t)
          Creates a new instance of ScriptException
 
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

ScriptException

public ScriptException()

ScriptException

public ScriptException(java.lang.String message)
Creates a new instance of ScriptException


ScriptException

public ScriptException(java.lang.String message,
                       java.lang.Throwable t)
Creates a new instance of ScriptException