Class MissingMethodExceptionNoStack

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingMethodExecutionFailed

public class MissingMethodExceptionNoStack
extends MissingMethodException
See Also:
Serialized Form
  • Constructor Details

    • MissingMethodExceptionNoStack

      public MissingMethodExceptionNoStack​(String method, Class type, Object[] arguments)
    • MissingMethodExceptionNoStack

      public MissingMethodExceptionNoStack​(String method, Class type, Object[] arguments, boolean isStatic)
  • Method Details