knit_script.knit_script_exceptions package
Submodules
- knit_script.knit_script_exceptions.Knit_Script_Exception module
Knit_Script_Exception
Knit_Script_Located_Exception
Knit_Script_Located_Exception.ks_element
Knit_Script_Located_Exception.error_location
Knit_Script_Located_Exception._location_message
Knit_Script_Located_Exception._location_example
Knit_Script_Located_Exception.__init__()
Knit_Script_Located_Exception.add_note()
Knit_Script_Located_Exception.args
Knit_Script_Located_Exception.with_traceback()
- knit_script.knit_script_exceptions.gauge_sheet_exceptions module
- knit_script.knit_script_exceptions.ks_exceptions module
Knit_Script_Assertion_Exception
Needle_Instruction_Type_Exception
Incompatible_In_Carriage_Pass_Exception
Incompatible_In_Carriage_Pass_Exception.first_instruction
Incompatible_In_Carriage_Pass_Exception.second_instruction
Incompatible_In_Carriage_Pass_Exception.__init__()
Incompatible_In_Carriage_Pass_Exception.add_note()
Incompatible_In_Carriage_Pass_Exception.args
Incompatible_In_Carriage_Pass_Exception.with_traceback()
Incompatible_In_Carriage_Pass_Exception.error_location
Required_Direction_Exception
Repeated_Needle_Exception
All_Needle_Operation_Exception
All_Needle_Operation_Exception.first_needle
All_Needle_Operation_Exception.second_needle
All_Needle_Operation_Exception.instruction
All_Needle_Operation_Exception.racking
All_Needle_Operation_Exception.__init__()
All_Needle_Operation_Exception.add_note()
All_Needle_Operation_Exception.args
All_Needle_Operation_Exception.with_traceback()
All_Needle_Operation_Exception.error_location
No_Declared_Carrier_Exception
- knit_script.knit_script_exceptions.parsing_exception module
- knit_script.knit_script_exceptions.python_style_exceptions module
Module contents
KnitScript Exceptions Package
This package contains all exception classes used throughout the KnitScript programming language for knitting machine control. This exception hierarchy provides detailed error reporting for various failure odes that can occur during script parsing, compilation, and execution.