Skip to content

Introduced DriverException and fixed constructors of specific driver exceptions#993

Merged
dbeuchler merged 1 commit into
devfrom
fix/driver-exceptions
Jan 13, 2026
Merged

Introduced DriverException and fixed constructors of specific driver exceptions#993
dbeuchler merged 1 commit into
devfrom
fix/driver-exceptions

Conversation

@dbeuchler
Copy link
Copy Markdown
Member

@dbeuchler dbeuchler commented Jan 13, 2026

  • MarkingException, MarkingFileException and MoveAxesException could not be instantiated because of missing constructors
  • Introduced general DriverException, thrown when the driver encounters an error during execution.

We could think about marking MarkingException, MarkingFileException and MoveAxesException as obsolete in 10.1 because they do not define additional properties and therefore they are useless. A classic case of releasing too quickly and not testing in the application. Remember in MORYX 12.

@dbeuchler dbeuchler added this to the Framework 10.0.0 milestone Jan 13, 2026
@dbeuchler dbeuchler self-assigned this Jan 13, 2026
@dbeuchler dbeuchler added the bug Something isn't working label Jan 13, 2026
@dbeuchler dbeuchler force-pushed the fix/driver-exceptions branch from d19ce0e to e2d1d5b Compare January 13, 2026 07:33
@dbeuchler dbeuchler merged commit 8ff8b7b into dev Jan 13, 2026
7 of 8 checks passed
@dbeuchler dbeuchler deleted the fix/driver-exceptions branch January 13, 2026 08:04
@dbeuchler dbeuchler mentioned this pull request Jan 13, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants