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, isStaticgetLocationText, getMessageWithoutLocationText, getModule, getNode, setModulepublic 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)