Package org.python.core
Class PyIgnoreMethodTag
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.python.core.PyIgnoreMethodTag
-
- All Implemented Interfaces:
java.io.Serializable
public class PyIgnoreMethodTag extends java.lang.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PyIgnoreMethodTag()
-