Class PythonException

All Implemented Interfaces:
PythonLikeObject, Serializable
Direct Known Subclasses:
ArithmeticError, AttributeError, BufferError, CPythonException, GeneratorExit, LookupError, NameError, PythonAssertionError, StopAsyncIteration, StopIteration, SyntaxError, TypeError, ValueError, Warning

public class PythonException extends PythonBaseException
Python class for general exceptions. Equivalent to Java's RuntimeException
See Also: