xdc.services.spec
Class SessionRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mozilla.javascript.RhinoException
                  extended by org.mozilla.javascript.EvaluatorException
                      extended by xdc.services.spec.SessionRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class SessionRuntimeException
extends org.mozilla.javascript.EvaluatorException

See Also:
Serialized Form

Constructor Summary
SessionRuntimeException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.mozilla.javascript.EvaluatorException
getColumnNumber, getLineNumber, getLineSource, getSourceName
 
Methods inherited from class org.mozilla.javascript.RhinoException
columnNumber, details, getMessage, getScriptStack, getScriptStackTrace, getScriptStackTrace, initColumnNumber, initLineNumber, initLineSource, initSourceName, lineNumber, lineSource, printStackTrace, printStackTrace, sourceName, useMozillaStackStyle, usesMozillaStackStyle
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionRuntimeException

public SessionRuntimeException(java.lang.String message)