org.mozilla.javascript
Class WrappedException
public class WrappedException
A wrapper for runtime exceptions.
Used by the JavaScript runtime to wrap and propagate exceptions that occur
during runtime.
columnNumber , details , getMessage , initColumnNumber , initLineNumber , initLineSource , initSourceName , lineNumber , lineSource , printStackTrace , printStackTrace , sourceName |
WrappedException
public WrappedException(Throwable exception)
Context.throwAsScriptRuntimeEx(Throwable e)
getWrappedException
public Throwable getWrappedException()
Get the wrapped exception.
- the exception that was presented as a argument to the
constructor when this object was created