public class ScriptHelper
extends java.lang.Object
| Constructor and Description |
|---|
ScriptHelper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
throwMissingMethodException(java.lang.String method, java.lang.Object object, java.lang.Object args)
Deprecated.
|
public static void throwMissingMethodException(java.lang.String method,
java.lang.Object object,
java.lang.Object args)
method - The name of the methodobject - The target object of the methodargs - The arguments of the method Throw a custom missing method exception given the supplied inputs.