Exeptions¶
-
exception
mpiece.core.MPieceException¶ Base MPiece exception
-
exception
mpiece.core.RenderFunctionNotFoundException(function_name, class_name)¶ Render function not found in renderer class.
-
exception
mpiece.core.ParseFunctionNotFoundException(function_name, class_name)¶ Parse function not found in Lexer class.
-
exception
mpiece.core.RegexNotFoundException(regex_name, class_name)¶ Regex expression not found in Lexer class.
-
exception
mpiece.core.InvalidDataException(function_name, class_name)¶ Parse function in Lexer class returns an invalid data.