Class PyIgnoreMethodTag

All Implemented Interfaces:
Serializable

public class PyIgnoreMethodTag extends RuntimeException
A tagging exception. It is never actually thrown but used only to mark java methods that should not be visible from jython.
See Also:
  • Constructor Details

    • PyIgnoreMethodTag

      public PyIgnoreMethodTag()