DOC

com.github.brunoais : wrapped-exception

Maven & Gradle

Jan 16, 2018

com.github.brunoais.WrappedException · This is an exception for when you need to wrap more information around the exception you actually want to throw. This is mostly useful when programming with Java's functional interface in a "then" chain where the methods' code are outside the method where the "then" are called/chained

Table Of Contents

Latest Version

Download com.github.brunoais : wrapped-exception Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.brunoais : wrapped-exception Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file wrapped-exception-0.3.0-javadoc.jar to wrapped-exception-0.3.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder wrapped-exception-0.3.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 "wrapped-exception-0.3.0-sources.jar" -d "wrapped-exception-0.3.0-javadoc" -subpackages