Jython 2.7.4
org.python.core
PyIgnoreMethodTag
Top
Description
Constructors
org.python.core
public
Class PyIgnoreMethodTag
extends
RuntimeException
Class Inheritance
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.python.core.PyIgnoreMethodTag
A tagging exception. It is never actually thrown but used only to mark java methods that should not be visible from jython.
Constructor Summary
Access
Constructor and Description
public
PyIgnoreMethodTag
()
Constructor Detail
PyIgnoreMethodTag
back to summary
public
PyIgnoreMethodTag
()