EnumException
digraph inheritance060f185ec9 {
bgcolor=transparent;
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"EnumException" [URL="#taurus.core.util.enumeration.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,target="_top",tooltip="Exception thrown by :class:`Enumeration` when trying to declare an"];
}
- class EnumException[source]
Exception thrown by
Enumeration
when trying to declare an invalid enumeration.Import from
taurus.core.util.enumeration
as:from taurus.core.util.enumeration import EnumException