[Java] Class MissingMethodExceptionNoStack
- org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack
public class MissingMethodExceptionNoStack extends MissingMethodException
Constructor Summary
Constructor and description |
---|
MissingMethodExceptionNoStack
(String method, Class type, Object[] arguments) |
MissingMethodExceptionNoStack
(String method, Class type, Object[] arguments, boolean isStatic) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public Throwable |
fillInStackTrace() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class MissingMethodException | getArguments, getMessage, getMethod, getType, isStatic |
class GroovyRuntimeException | getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Constructor Detail
public MissingMethodExceptionNoStack(String method, Class type, Object[] arguments)
public MissingMethodExceptionNoStack(String method, Class type, Object[] arguments, boolean isStatic)
Method Detail
public Throwable fillInStackTrace()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/runtime/metaclass/MissingMethodExceptionNoStack.html