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

License

License

GroupId

GroupId

com.github.brunoais
ArtifactId

ArtifactId

wrapped-exception
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download wrapped-exception

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.brunoais/wrapped-exception/ -->
<dependency>
    <groupId>com.github.brunoais</groupId>
    <artifactId>wrapped-exception</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.brunoais/wrapped-exception/
implementation 'com.github.brunoais:wrapped-exception:0.3.0'
// https://jarcasting.com/artifacts/com.github.brunoais/wrapped-exception/
implementation ("com.github.brunoais:wrapped-exception:0.3.0")
'com.github.brunoais:wrapped-exception:jar:0.3.0'
<dependency org="com.github.brunoais" name="wrapped-exception" rev="0.3.0">
  <artifact name="wrapped-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.brunoais', module='wrapped-exception', version='0.3.0')
)
libraryDependencies += "com.github.brunoais" % "wrapped-exception" % "0.3.0"
[com.github.brunoais/wrapped-exception "0.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.12
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0