NoSuchMemberException
). Usually used to wrap other low level exceptions (ex: a SQLException
reprensenting the fact that the db is down).
@author ypujante@linkedin.com
In the source code of the software, this exception should be thrown whenever an unexpected situation is detected. For example, the exception should be thrown when some method argument is null
and the method requires a non-null argument.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|