| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.christophknabe |
| Идентификатор | Идентификаторmultex |
| Версия | Версия8.4.1 |
| Тип | Типjar |
| Описание |
ОписаниеThe Multi-Tier Exception Handling Framework (MulTEx 8.4.1)
MulTEx is a simple, but powerful framework for organizing exceptions
and messages in a multi-tier Java software system.
It offers the key features:
Causal chains/trees as a means to capture low-level error information.
Redundancy-free stack traces and message chains in the case of indirectly caused exceptions.
Internationalized message texts and parameters for exceptions.
Services for reporting an exception chain/tree onto streams and dialogs.
A standard way for writing method bodies with regard to exceptions.
A collection of utilities for centralized exception reporting.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| multex-8.4.1.pom | |
| multex-8.4.1.jar | 46 KB |
| multex-8.4.1-sources.jar | 51 KB |
| multex-8.4.1-javadoc.jar | 146 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.christophknabe/multex/ -->
<dependency>
<groupId>io.github.christophknabe</groupId>
<artifactId>multex</artifactId>
<version>8.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.christophknabe/multex/
implementation 'io.github.christophknabe:multex:8.4.1'
// https://jarcasting.com/artifacts/io.github.christophknabe/multex/
implementation ("io.github.christophknabe:multex:8.4.1")
'io.github.christophknabe:multex:jar:8.4.1'
<dependency org="io.github.christophknabe" name="multex" rev="8.4.1">
<artifact name="multex" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.christophknabe', module='multex', version='8.4.1')
)
libraryDependencies += "io.github.christophknabe" % "multex" % "8.4.1"
[io.github.christophknabe/multex "8.4.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun.jdk » tools | jar | 1.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.5 |