| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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-0.3.0.pom | |
| wrapped-exception-0.3.0.jar | 3 KB |
| wrapped-exception-0.3.0-sources.jar | 1 KB |
| wrapped-exception-0.3.0-javadoc.jar | 26 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.12 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.12 |
| junit : junit | jar | 4.12 |