private static String getMessageWithoutLocation()

in src/main/java/org/apache/freemarker/onlinetester/util/DataModelParser.java [255:259]


    private static String getMessageWithoutLocation(IOException e) {
        return e instanceof JsonProcessingException
                ? ((JsonProcessingException) e).getOriginalMessage()
                : e.getMessage();
    }