com.primix.tapestry
Class ScriptException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.primix.tapestry.ScriptException
All Implemented Interfaces:
java.io.Serializable

public class ScriptException
extends java.lang.Exception

Exception thrown during the execution of a IScript.

Since:
0.2.9
Version:
$Id: ScriptException.java,v 1.1 2001/06/14 15:24:16 hship Exp $
Author:
Howard Ship
See Also:
Serialized Form

Constructor Summary
ScriptException(java.lang.String message, ScriptSession session)
           
ScriptException(java.lang.String message, ScriptSession session, java.lang.Throwable rootCause)
           
 
Method Summary
 java.lang.Throwable getRootCause()
           
 ScriptSession getSession()
           
 
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

ScriptException

public ScriptException(java.lang.String message,
                       ScriptSession session,
                       java.lang.Throwable rootCause)

ScriptException

public ScriptException(java.lang.String message,
                       ScriptSession session)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()

getSession

public ScriptSession getSession()