Return true if the TargetError was generated from native code. e.g. if the script called into a compiled java class which threw the excpetion. We distinguish so that we can print the stack trace for the native code case... the stack trace would not be useful if the exception was generated b
()
| 148 | to the bsh internals which generated the exception). |
| 149 | */ |
| 150 | public boolean inNativeCode() { |
| 151 | return inNativeCode; |
| 152 | } |
| 153 | } |
| 154 |