Basically as above.
Gson gson = new Gson(); ErrorsDocument er = ErrorsDocument.Factory.newInstance(); er.setError("monkey escaped"); System.out.println(gson.toJson(er));
Exception in thread "main" java.lang.IllegalStateException: How can the type variable not be present in ...