com.ibm.xsp.javascript
Class JavaScriptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by com.ibm.xsp.FacesExceptionEx
                      extended by com.ibm.xsp.javascript.JavaScriptException
All Implemented Interfaces:
java.io.Serializable

public class JavaScriptException
extends FacesExceptionEx

Not intended to be subclassed.

See Also:
Serialized Form

Constructor Summary
JavaScriptException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

JavaScriptException

public JavaScriptException(java.lang.Throwable t)