Page Summary
-
The NotYetAvailableException is thrown when an object being acquired is not yet available, such as when a sensor is still starting up.
-
This class has two public constructors: one without parameters and one that accepts a String message.
-
The NotYetAvailableException class inherits methods from java.lang.Throwable and java.lang.Object.
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.
Public Constructors
|
|
|
NotYetAvailableException(String message)
|
Inherited Methods
Public Constructors
public NotYetAvailableException ()
NotYetAvailableException
public NotYetAvailableException()
public NotYetAvailableException (String message)
NotYetAvailableException
public NotYetAvailableException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||