pyuv.error — Exception definitions¶
This module contains the definition of the different exceptions that are used throughout puyv.
- exception pyuv.UVError¶
Base exception class. Parent of all other exception classes.
- exception pyuv.ThreadError¶
Exception raised by thread module operations.
- exception pyuv.HandleError¶
Base exception class. Parent of all other handle exception classes.
- exception pyuv.HandleClosedError¶
Exception raised if a handle is already closed and some function is called on it.
- exception pyuv.StreamError¶
Base exception class for stream errors.
- exception pyuv.AsyncError¶
Exception raised if an error is found when calling
Asynchandle functions.
- exception pyuv.CheckError¶
Exception raised if an error is found when calling
Checkhandle functions.
- exception pyuv.DNSError¶
Exception raised if an error is found when calling
DNSResolverfunctions.
- exception pyuv.FSError¶
Exception raised if an error is found when calling funcions from the
fsmodule.
- exception pyuv.FSEventError¶
Exception raised if an error is found when calling
FSEventhandle functions.
- exception pyuv.IdleError¶
Exception raised if an error is found when calling
Idlehandle functions.
- exception pyuv.PipeError¶
Exception raised if an error is found when calling
Pipehandle functions.
- exception pyuv.PrepareError¶
Exception raised if an error is found when calling
Preparehandle functions.
- exception pyuv.PollError¶
Exception raised if an error is found when calling
Pollhandle functions.
- exception pyuv.SignalError¶
Exception raised if an error is found when calling
Signalhandle functions.
- exception pyuv.TCPError¶
Exception raised if an error is found when calling
TCPhandle functions.
- exception pyuv.TimerError¶
Exception raised if an error is found when calling
Timerhandle functions.
- exception pyuv.UDPError¶
Exception raised if an error is found when calling
UDPhandle functions.
- exception pyuv.TTYError¶
Exception raised if an error is found when calling
TTYhandle functions.
- exception pyuv.ProcessError¶
Exception raised if an error is found when calling
Processhandle functions.