jaxx
Class ScriptException

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

public class ScriptException
extends java.lang.RuntimeException

Thrown by the runtime engine when a script error occurs.

See Also:
Serialized Form

Constructor Summary
ScriptException()
          Creates a new ScriptException.
ScriptException(java.lang.String msg)
          Creates a new ScriptException with the specified detail message.
ScriptException(java.lang.String msg, java.lang.Throwable initCause)
          Creates a new ScriptException with the specified detail message and cause.
ScriptException(java.lang.Throwable initCause)
          Creates a new ScriptException with the specified 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()
Creates a new ScriptException.


ScriptException

public ScriptException(java.lang.String msg)
Creates a new ScriptException with the specified detail message.

Parameters:
msg - the exception's detail message

ScriptException

public ScriptException(java.lang.Throwable initCause)
Creates a new ScriptException with the specified cause.

Parameters:
initCause - the exception's initCause

ScriptException

public ScriptException(java.lang.String msg,
                       java.lang.Throwable initCause)
Creates a new ScriptException with the specified detail message and cause.

Parameters:
msg - the exception's detail message
initCause - the exception's initCause


Copyright © 2008-2009 CodeLutin. All Rights Reserved.