Searched refs:SensorCreationException (Results 1 – 1 of 1) sorted by relevance
87 } catch (SensorCreationException e) { in createSensor()94 throws SensorCreationException { in createSensorInternal()96 throw new SensorCreationException("Received an invalid virtual sensor type."); in createSensorInternal()104 throw new SensorCreationException("Received an invalid virtual sensor handle."); in createSensorInternal()285 private static class SensorCreationException extends Exception { class in SensorController286 SensorCreationException(String message) { in SensorCreationException() method in SensorController.SensorCreationException289 SensorCreationException(String message, Exception cause) { in SensorCreationException() method in SensorController.SensorCreationException