MCPcopy Create free account
hub / github.com/beanshell/beanshell / getTarget

Method getTarget

src/bsh/TargetError.java:63–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 public Throwable getTarget()
64 {
65 // check for easy mistake
66 Throwable target = getCause();
67 if(target instanceof InvocationTargetException)
68 return((InvocationTargetException)target).getTargetException();
69 else
70 return target;
71 }
72
73 public String toString()
74 {

Callers 11

evalMethod · 0.95
evalSourceMethod · 0.80
invokeMethodMethod · 0.80
initInstanceMethod · 0.80
invokeMethod · 0.80
invokeMethod · 0.80
runMethod · 0.80
initMethod · 0.80
callMethod · 0.80
applyMethod · 0.80
evalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected