MissingMethodExecutionFailed
public class MissingMethodExceptionNoStack extends MissingMethodException
Constructor | Description |
---|---|
MissingMethodExceptionNoStack(java.lang.String method,
java.lang.Class type,
java.lang.Object[] arguments) |
|
MissingMethodExceptionNoStack(java.lang.String method,
java.lang.Class type,
java.lang.Object[] arguments,
boolean isStatic) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Throwable |
fillInStackTrace() |
getLocationText, getMessageWithoutLocationText, getModule, getNode, setModule
getArguments, getMessage, getMethod, getType, isStatic
public MissingMethodExceptionNoStack(java.lang.String method, java.lang.Class type, java.lang.Object[] arguments)
public MissingMethodExceptionNoStack(java.lang.String method, java.lang.Class type, java.lang.Object[] arguments, boolean isStatic)