diff options
author | Robert Quattlebaum <rquattle@google.com> | 2017-07-14 12:09:59 -0700 |
---|---|---|
committer | Robert Quattlebaum <rquattle@google.com> | 2017-07-18 00:42:18 -0700 |
commit | 865fdc75c324769d07881c04b3400d99e4b4b33f (patch) | |
tree | 905072669e9211e7f6a38b93679fbea07b0c5b96 /lowpan/tests/java/android/net/lowpan/LowpanInterfaceTest.java | |
parent | 93ea3ce9b8bd53f97df2171b3e3fbc70fa1b096d (diff) |
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
Diffstat (limited to 'lowpan/tests/java/android/net/lowpan/LowpanInterfaceTest.java')
0 files changed, 0 insertions, 0 deletions