mashirui521 / RobotVision

A matlab-based robot controller as well as image processor using android smartphone
0 stars 0 forks source link

[ToDo] Add internal/external Exception Handling #4

Open mashirui521 opened 9 years ago

mashirui521 commented 9 years ago

- Internal Exception:

  1. class/operation interfaces. (NullPointerExceptions)
  2. logical failure.
  3. conflict between threads (socket sender/receiver)

- external Exception:

  1. invalid user inputs.
  2. failed network connection.
mashirui521 commented 9 years ago

The first code review was finished in JavaServer. The exception handling would be evaluated in further unit testing. Reference to #6

mashirui521 commented 9 years ago

In PhoneClient, the availability of wifi should be checked before sending message.

The fix position is marked as a "ToDo" in PhoneClient -> LoginServer.java

mashirui521 commented 9 years ago

A error message pops up if wifi is not available.

mashirui521 commented 9 years ago

Be moved to Milestone 2