[[["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."],[[["`ImageInsufficientQualityException` signals that an image added to the database has insufficient quality, such as too few features."],["This exception provides two constructors: one default constructor and another accepting a custom error message."],["It inherits methods from `java.lang.Throwable` for exception handling, like getting the cause or stack trace."],["Inherited methods from `java.lang.Object` offer standard object functionalities, such as `equals` or `toString`."]]],["`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"]]