Stay organized with collections
Save and categorize content based on your preferences.
public class
NotYetAvailableException
Acquire failed because the object being acquired is not yet available. This happens, for example,
if the sensor providing the data hasn't fully started up for the current frame.
[[["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."],[[["`NotYetAvailableException` signals that a requested resource, like sensor data, is temporarily unavailable."],["This exception commonly occurs during AR session initialization, particularly if sensors haven't fully started."],["It inherits methods from `Throwable` for exception handling and stack tracing."],["Two constructors are available: one default and another accepting a custom error message."]]],["`NotYetAvailableException` signifies that an object acquisition failed because it's not yet ready, such as when a sensor hasn't fully started. It offers two constructors: one default and one that accepts a message. Inherited methods from `Throwable` manage exceptions, including adding, getting, and printing stack traces. Methods from `Object` are also inherited. The core functionality is managing an exception for objects not yet accessible.\n"]]