microtan / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

Null error code in the NHINDException class causing null pointer exceptions. #230

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In some instances, the NHINDException is being created without setting an 
error code.  When an exception logger encounters this scenario and attempts to 
print the error, a null pointer exception is thrown.

What is the expected output? What do you see instead?
It would be optimal if the NHINDException class defaulted to some exception 
state upon initialization.

Original issue reported on code.google.com by gm2...@cerner.com on 27 Jan 2014 at 2:40

GoogleCodeExporter commented 9 years ago
The NHINDException class has been updated to default to the Unexpected error 
code.

Original comment by gm2...@cerner.com on 27 Jan 2014 at 2:40