JTR 5.0 API Documentation

jtr.script
Class ScriptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jtr.script.ScriptException
All Implemented Interfaces:
java.io.Serializable

public class ScriptException
extends java.lang.RuntimeException

The exception that script engines are allowed to raise.

Since:
5.0
Version:
5.0
Author:
frusso
See Also:
Serialized Form

Constructor Summary
ScriptException(java.lang.String msg)
          Costructor with a message.
ScriptException(java.lang.String msg, java.lang.Throwable cause)
          Constructor with a message and a cause.
 
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(java.lang.String msg)
Costructor with a message.

Parameters:
msg -

ScriptException

public ScriptException(java.lang.String msg,
                       java.lang.Throwable cause)
Constructor with a message and a cause.

Parameters:
msg -
cause -

The JTR Project is licensed under GPL version 2