org.python.core
Class PyIgnoreMethodTag
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.python.core.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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PyIgnoreMethodTag
public PyIgnoreMethodTag()
Jython homepage