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

Лицензия

Лицензия

Группа

Группа

com.github.brunoais
Идентификатор

Идентификатор

wrapped-exception
Последняя версия

Последняя версия

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать wrapped-exception

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.12

test (2)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-simple jar 1.7.12
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.3.0