Back to project page simple-hud.
The source code is released under:
GNU General Public License
If you think the Android project simple-hud listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.openxc.hardware.hud; public class BluetoothException extends Exception { public BluetoothException() { } public BluetoothException(String message) { super(message); } }