php.java.script
Class PhpScriptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.script.ScriptException
              extended by php.java.script.PhpScriptException
All Implemented Interfaces:
java.io.Serializable

public class PhpScriptException
extends ScriptException

This class is needed for compatibility with JDK 1.4

See Also:
Serialized Form

Constructor Summary
PhpScriptException(java.lang.String string)
           
PhpScriptException(java.lang.String string, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.script.ScriptException
getColumnNumber, getFileName, getLineNumber, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PhpScriptException

public PhpScriptException(java.lang.String string)
Parameters:
string -

PhpScriptException

public PhpScriptException(java.lang.String string,
                          java.lang.Throwable cause)
Parameters:
string -
cause -