DOC

net.sf.blunder : blunder

Maven & Gradle

Aug 02, 2009

Blunder · Blunder is an automated tool for analyzing chained exceptions in Java. It's usefull for classify, generate a customized error message and a list for possible solutions. The aim of this project is to provide a tool to identify different error contexts, analyze them and assemble a customized response to an application end-user or another application.

Table Of Contents

Latest Version

Download net.sf.blunder : blunder Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.blunder : blunder Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2.x

How to open Javadoc JAR file in web browser

  1. Rename the file blunder-0.2.0-javadoc.jar to blunder-0.2.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder blunder-0.2.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "blunder-0.2.0-sources.jar" -d "blunder-0.2.0-javadoc" -subpackages 

Advertisement