pyWBE.exceptions

Contains custom-made exceptions required to handle errors in a way fine-tuned to WBE applications.

Module Contents

exception pyWBE.exceptions.FunctionNotImplementedError(message: str)

Bases: Exception

This class handles the error when a function has not been implemented yet. Used in the development process of pyWBE.

exception pyWBE.exceptions.DurationExceededError(message: str)

Bases: Exception

This class handles the error when window duration is greater than the data duration.

exception pyWBE.exceptions.DurationTooShortError(message: str)

Bases: Exception

This class handles the error when window duration is too small for training.