Skip to content

P4OO Exceptions#

P4OO Error Classes to help distinguish Warning/Error/Fatal issues

P4Error #

Bases: P4OOError

Generic Internal Error

P4Fatal #

Bases: P4OOFatal

Generic Internal Error - P4Python did something we didn't expect.

P4OOBadSubClass #

Bases: P4OOFatal

Subclass does not comform to interface spec or cannot be found

P4OOError #

Bases: Exception

Base class for all P4OO Exceptions

P4OOFatal #

Bases: P4OOError

Generic Error - Fatal

P4OOWarning #

Bases: P4OOError

Generic Error - nonFatal

P4Warning #

Bases: P4OOWarning

Generic Internal Warning - P4Python did something we didn't expect.