Searched refs:SensorCreationException (Results 1 – 1 of 1) sorted by relevance
112 } catch (SensorCreationException e) { in createSensors()121 throws SensorCreationException { in createSensorInternal()124 throw new SensorCreationException( in createSensorInternal()134 throw new SensorCreationException( in createSensorInternal()333 private static class SensorCreationException extends Exception { class in SensorController334 SensorCreationException(String message) { in SensorCreationException() method in SensorController.SensorCreationException