History log of /frameworks/base/lowpan/java/android/net/lowpan/LowpanException.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
865fdc75c324769d07881c04b3400d99e4b4b33f 14-Jul-2017 Robert Quattlebaum <rquattle@google.com> LowpanException: Refactor exception handling

Got rid of the exposed exception code and we now rely on subclasses of
LowpanException. Also introduces a new exception: LowpanRuntimeException

LowpanRuntimeException, as a subclass of AndroidRuntimeException,
doesn't need explicitly delared "throws" statements for function
declarations. Most Exceptions are still LowpanExceptions, but some
specific error codes, such as ERROR_NCP_PROBLEM, are now using this
new exception class.

Bug: b/63708181
Change-Id: Idba6233ac4803d33561b5aa951c8fa846c3ab1d8
/frameworks/base/lowpan/java/android/net/lowpan/LowpanException.java
dfd6889a842b61eb0b02d9630dc7f9785a5da7ec 28-Jun-2017 Robert Quattlebaum <rquattle@google.com> Updates and fixes to android.net.lowpan

This commit is an incremental improvement to the LoWPAN support API.

Bug: b/33073713
Test: Successfully ran unit tests from Ib3750be5052bf1a90bf871756e9121b047d3871f
Change-Id: I7ca6374b6a7135411eadf631bd7d84d7dc008203
/frameworks/base/lowpan/java/android/net/lowpan/LowpanException.java
325b7f5a066bc69c2ad32e1290274d18f40e423b 07-Jun-2017 Robert Quattlebaum <rquattle@google.com> android.net.lowpan: Build/syntax fixes and review changes

This commit fixes some build problems that weren't noticed by Tree
Hugger. It also addresses some formatting issues, as well as
corrects a few issues noticed from the last review.

Change-Id: Icab67ba2c40bc02968e3f8ed2da5a4a3be6cf77f
/frameworks/base/lowpan/java/android/net/lowpan/LowpanException.java
4e0c2195dd999859f4e79cec1884326fb52a5916 08-Feb-2017 Robert Quattlebaum <rquattle@google.com> Initial support for proposed android.net.lowpan

Change-Id: I0bf8edb5199d50d2a549a353b2785aef8134ff92
/frameworks/base/lowpan/java/android/net/lowpan/LowpanException.java