public class MissingMethodExceptionNoStack extends MissingMethodException
Constructor and 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 and Description |
---|---|
java.lang.Throwable |
fillInStackTrace() |
getArguments, getMessage, getMethod, getType, isStatic
getLocationText, getMessageWithoutLocationText, getModule, getNode, setModule
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)