[[["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\u003eImageInsufficientQualityException\u003c/code\u003e signals that an image added to the database has insufficient quality, such as too few features.\u003c/p\u003e\n"],["\u003cp\u003eThis exception provides two constructors: one default constructor and another accepting a custom error message.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits methods from \u003ccode\u003ejava.lang.Throwable\u003c/code\u003e for exception handling, like getting the cause or stack trace.\u003c/p\u003e\n"],["\u003cp\u003eInherited methods from \u003ccode\u003ejava.lang.Object\u003c/code\u003e offer standard object functionalities, such as \u003ccode\u003eequals\u003c/code\u003e or \u003ccode\u003etoString\u003c/code\u003e.\u003c/p\u003e\n"]]],["`ImageInsufficientQualityException` is thrown when an image of poor quality is added to the image database. Two constructors are available: one takes no arguments, and another accepts a String message for detailed error reporting. Inherited methods, such as `getCause()`, `getMessage()`, and `printStackTrace()`, allow for exception analysis. Methods from the `Object` class like `equals`, `hashCode`, `wait`, and `notify` are also available. Methods are included for stack trace management.\n"],null,[]]