Avoid returning 'null[]' after unhandled exceptions Some exceptions that bubble to the top do not have messages, so this stops those excepti…
Show more
Avoid returning 'null[]' after unhandled exceptionsSome exceptions that bubble to the top do not have messages,so this stops those exceptions from causing 'null []' to be returnedto the user. Instead the class of the exception and a default errormessage are shown when there is no other message to show fromthe exception.Change-Id: I44d856e5c4600f0a1606971ade8fbc0b0bb46a88Reviewed-on: http://fulliautomatix.ics.uci.edu:8443/190Reviewed-by: Chris Hillery <ceej@lambda.nu>Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Show less