Age | Commit message (Collapse) | Author | Files | Lines |
|
The uses of Exceptions.convertToRuntimeEx() had two problems:
1. The cast from IOException to RuntimeException will
fail because they are incompatible types;
2. They make it unclear that an exception is being thrown.
This change replaces their uses with direct throws of
RuntimeExceptions.
Change-Id: I3af60da2bdd3230c568744f747a5910d797073c8
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Change-Id: I8f1fc7150975122dd9f3f4e653b9983064b399a6
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: If9f37c80b659cb67b34d18e6c019defecca58b9a
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I218f1c5ee23fb2c8314f1c70921d3ad8682c10f4
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: Ib4b84e473c7d38d1f30f8d94332a3f8ceaee8226
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I82eda3333c8bc7d152b4bd603247e33c59744dca
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I9f6efd301ebed94fc9b90235d111f04058445899
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I7338776c2a0c3caf73d7478b5eccea56b8c42f0e
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I0a83c9b59902eb5a3f9c1429a5d2d495af078ec0
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I100ee305833f4409ad8417efee1c2f7ef9a24750
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b
Signed-off-by: Michael Lando <ml636r@att.com>
|