Class PythonBaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.timefold.jpyinterpreter.types.errors.PythonBaseException
All Implemented Interfaces:
PythonLikeObject, Serializable
Direct Known Subclasses:
EOFError, ImportError, KeyboardInterrupt, MemoryError, OSError, PythonException, ReferenceError, RuntimeError, SystemError, SystemExit

public class PythonBaseException extends RuntimeException implements PythonLikeObject
Python base class for all exceptions. Equivalent to Java's Throwable.
See Also: