[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["`XmlPullParserException` signals XML parsing errors. It stores the error's `column` and `row` location, and a `detail` throwable. Constructors allow creating the exception with a message, or a message, parser, and cause. Public methods retrieve the error's column and line numbers (`getColumnNumber`, `getLineNumber`), and the detailed throwable (`getDetail`). Additionally it can display the stack trace using `printStackTrace`. Inherited methods are provided to handle the exception stack.\n"]]