org.mozilla.javascript
public class WrappedException extends EvaluatorException
| Constructor Summary | |
|---|---|
| WrappedException(Throwable exception) | |
| Method Summary | |
|---|---|
| Throwable | getWrappedException()
Get the wrapped exception.
|
| Object | unwrap() |
See Also: Context
Returns: the exception that was presented as a argument to the constructor when this object was created
Deprecated: Use getWrappedException instead.