EnumException
¶
digraph inheritance060f185ec9 {
bgcolor=transparent;
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"EnumException" [color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="Exception thrown by :class:`Enumeration` when trying to declare an"];
}
-
class
EnumException
[source]¶ Bases:
Exception
Exception thrown by
Enumeration
when trying to declare an invalid enumeration.