y5gfunc.source.wobbly.errors¶
errors
¶
Error type definitions for Wobbly parser.
Classes:
| Name | Description |
|---|---|
WobblyError |
Base error type for Wobbly parser |
WobblyParseError |
Error when parsing Wobbly project files |
WobblyProcessError |
Error when processing Wobbly projects |
WobblyInputError |
Input file related errors |
WobblyError
¶
WobblyParseError
¶
Bases: WobblyError
Error when parsing Wobbly project files
Attributes:
| Name | Type | Description |
|---|---|---|
cause |
|
Source code in y5gfunc/source/wobbly/errors.py
WobblyProcessError
¶
WobblyProcessError(message: str, stage: str = 'unknown', details: Optional[Any] = None, cause: Optional[Exception] = None)
Bases: WobblyError
Error when processing Wobbly projects
Attributes:
| Name | Type | Description |
|---|---|---|
stage |
|
|
details |
|
|
cause |
|
Source code in y5gfunc/source/wobbly/errors.py
WobblyInputError
¶
Bases: WobblyError
Input file related errors
Attributes:
| Name | Type | Description |
|---|---|---|
cause |
|