[[["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-10-31 UTC."],[[["\u003cp\u003e\u003ccode\u003eMetadataNotFoundException\u003c/code\u003e signals that a camera image metadata tag is missing.\u003c/p\u003e\n"],["\u003cp\u003eThis exception provides two constructors: one default and another accepting a custom error message.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits methods for stack trace management, error message retrieval, and other standard exception functionalities from its parent classes.\u003c/p\u003e\n"]]],["The `MetadataNotFoundException` class is triggered when camera image metadata is missing. It offers two public constructors: one without parameters and another that accepts a string message. It inherits methods from `java.lang.Throwable` to handle exceptions such as `addSuppressed`, `fillInStackTrace`, and `getCause`. It also inherits methods from `java.lang.Object` for general object handling, such as `clone`, `equals`, and `hashCode`. Key actions involve throwing and managing exceptions related to missing metadata.\n"],null,[]]