Serialized Form
-
Package ai.timefold.jpyinterpreter.types.errors
-
Exception ai.timefold.jpyinterpreter.types.errors.AttributeError
class AttributeError extends PythonException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.BufferError
class BufferError extends PythonException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.CPythonException
class CPythonException extends PythonException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.GeneratorExit
class GeneratorExit extends PythonException implements Serializable-
Serialized Fields
-
value
PythonLikeObject value
-
-
-
Exception ai.timefold.jpyinterpreter.types.errors.ImportError
class ImportError extends PythonBaseException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.ModuleNotFoundError
class ModuleNotFoundError extends ImportError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.NameError
class NameError extends PythonException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.NotImplementedError
class NotImplementedError extends RuntimeError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.PythonAssertionError
class PythonAssertionError extends PythonException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.PythonBaseException
class PythonBaseException extends RuntimeException implements Serializable-
Serialized Fields
-
args
List<PythonLikeObject> args
-
dict
Map<String,
PythonLikeObject> dict -
type
PythonLikeType type
-
-
-
Exception ai.timefold.jpyinterpreter.types.errors.PythonException
class PythonException extends PythonBaseException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.RecursionError
class RecursionError extends RuntimeError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.ReferenceError
class ReferenceError extends PythonBaseException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.RuntimeError
class RuntimeError extends PythonBaseException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.StopAsyncIteration
class StopAsyncIteration extends PythonException implements Serializable-
Serialized Fields
-
value
PythonLikeObject value
-
-
-
Exception ai.timefold.jpyinterpreter.types.errors.StopIteration
class StopIteration extends PythonException implements Serializable-
Serialized Fields
-
value
PythonLikeObject value
-
-
-
Exception ai.timefold.jpyinterpreter.types.errors.TypeError
class TypeError extends PythonException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.UnboundLocalError
class UnboundLocalError extends NameError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.ValueError
class ValueError extends PythonException implements Serializable
-
-
Package ai.timefold.jpyinterpreter.types.errors.arithmetic
-
Exception ai.timefold.jpyinterpreter.types.errors.arithmetic.ArithmeticError
class ArithmeticError extends PythonException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.arithmetic.FloatingPointError
class FloatingPointError extends ArithmeticError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.arithmetic.OverflowError
class OverflowError extends ArithmeticError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.arithmetic.ZeroDivisionError
class ZeroDivisionError extends ArithmeticError implements Serializable
-
-
Package ai.timefold.jpyinterpreter.types.errors.io
-
Exception ai.timefold.jpyinterpreter.types.errors.io.BlockingIOError
class BlockingIOError extends OSError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.ChildProcessError
class ChildProcessError extends OSError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.EOFError
class EOFError extends PythonBaseException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.FileExistsError
class FileExistsError extends OSError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.FileNotFoundError
class FileNotFoundError extends OSError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.InterruptedError
class InterruptedError extends OSError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.IsADirectoryError
class IsADirectoryError extends OSError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.KeyboardInterrupt
class KeyboardInterrupt extends PythonBaseException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.MemoryError
class MemoryError extends PythonBaseException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.NotADirectoryError
class NotADirectoryError extends OSError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.OSError
class OSError extends PythonBaseException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.PermissionError
class PermissionError extends OSError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.ProcessLookupError
class ProcessLookupError extends OSError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.SystemError
class SystemError extends PythonBaseException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.SystemExit
class SystemExit extends PythonBaseException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.TimeoutError
class TimeoutError extends OSError implements Serializable
-
-
Package ai.timefold.jpyinterpreter.types.errors.io.connection
-
Exception ai.timefold.jpyinterpreter.types.errors.io.connection.BrokenPipeError
class BrokenPipeError extends ConnectionError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.connection.ConnectionAbortedError
class ConnectionAbortedError extends ConnectionError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.connection.ConnectionError
class ConnectionError extends OSError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.connection.ConnectionRefusedError
class ConnectionRefusedError extends ConnectionError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.io.connection.ConnectionResetError
class ConnectionResetError extends ConnectionError implements Serializable
-
-
Package ai.timefold.jpyinterpreter.types.errors.lookup
-
Exception ai.timefold.jpyinterpreter.types.errors.lookup.IndexError
class IndexError extends LookupError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.lookup.KeyError
class KeyError extends LookupError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.lookup.LookupError
class LookupError extends PythonException implements Serializable
-
-
Package ai.timefold.jpyinterpreter.types.errors.syntax
-
Exception ai.timefold.jpyinterpreter.types.errors.syntax.IndentationError
class IndentationError extends SyntaxError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.syntax.SyntaxError
class SyntaxError extends PythonException implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.syntax.TabError
class TabError extends IndentationError implements Serializable
-
-
Package ai.timefold.jpyinterpreter.types.errors.unicode
-
Exception ai.timefold.jpyinterpreter.types.errors.unicode.UnicodeDecodeError
class UnicodeDecodeError extends UnicodeError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.unicode.UnicodeEncodeError
class UnicodeEncodeError extends UnicodeError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.unicode.UnicodeError
class UnicodeError extends ValueError implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.unicode.UnicodeTranslateError
class UnicodeTranslateError extends UnicodeError implements Serializable
-
-
Package ai.timefold.jpyinterpreter.types.errors.warning
-
Exception ai.timefold.jpyinterpreter.types.errors.warning.BytesWarning
class BytesWarning extends Warning implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.warning.DeprecationWarning
class DeprecationWarning extends Warning implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.warning.EncodingWarning
class EncodingWarning extends Warning implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.warning.FutureWarning
class FutureWarning extends Warning implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.warning.ImportWarning
class ImportWarning extends Warning implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.warning.PendingDeprecationWarning
class PendingDeprecationWarning extends Warning implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.warning.ResourceWarning
class ResourceWarning extends Warning implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.warning.RuntimeWarning
class RuntimeWarning extends Warning implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.warning.SyntaxWarning
class SyntaxWarning extends Warning implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.warning.UnicodeWarning
class UnicodeWarning extends Warning implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.warning.UserWarning
class UserWarning extends Warning implements Serializable -
Exception ai.timefold.jpyinterpreter.types.errors.warning.Warning
class Warning extends PythonException implements Serializable
-
-
Package ai.timefold.jpyinterpreter.util
-
Class ai.timefold.jpyinterpreter.util.PythonGlobalsBackedMap
-
Serialized Fields
-
pythonGlobalsId
long pythonGlobalsId
-
-
-