com.swath
Class ScriptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.swath.ScriptException
All Implemented Interfaces:
java.io.Serializable

public class ScriptException
extends java.lang.Exception

Script exception.
Thrown when the current script execution fails for some reason.
You can throw this exception from your own script.

Since:
SWATH 1.6.2
See Also:
Serialized Form

Constructor Summary
ScriptException(java.lang.String error)
          Constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptException

public ScriptException(java.lang.String error)
Constructor.

Parameters:
error - The error text.
Since:
SWATH 1.6.2