public class WrappedException extends EvaluatorException
| Constructor and Description | 
|---|
| WrappedException(java.lang.Throwable exception) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Throwable | getWrappedException()Get the wrapped exception. | 
| java.lang.Object | unwrap()Deprecated. 
 Use  getWrappedException()instead. | 
getColumnNumber, getLineNumber, getLineSource, getSourceNamecolumnNumber, details, getMessage, getScriptStack, getScriptStack, getScriptStackTrace, getScriptStackTrace, getScriptStackTrace, getStackStyle, initColumnNumber, initLineNumber, initLineSource, initSourceName, lineNumber, lineSource, printStackTrace, printStackTrace, setStackStyle, sourceName, useMozillaStackStyle, usesMozillaStackStylepublic java.lang.Throwable getWrappedException()
@Deprecated public java.lang.Object unwrap()
getWrappedException() instead.