This exception is a {@link RuntimeException} because it is exposed to the client. Using a{@link RuntimeException} avoids bad coding practices on the client side where they catch theexception and do nothing. It is often the case that you want to blow up if there is a parsing error (i.e. often clients do not know how to recover from a {@link JsonParseException}.
@author Inderjeet Singh @author Joel Leitch
|
|
|
|
|
|