Any exception raised within the process of parsing a YAML file from an
EventListener is caught and wrapped in an EventListenerError. The causing
exception is maintained, but additional useful information is saved which
can be used for reporting useful information to users.
Attributes
cause
The original exception which caused the EventListenerError.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["`EventListenerError` is the primary exception raised by the YAML listener during YAML file processing."],["This exception wraps any errors encountered during parsing by an `EventListener`."],["It preserves the original causing exception, stored under the `cause` attribute."],["Additional information is maintained by `EventListenerError` to help report errors effectively to users."]]],[]]