c

church.i18n.error

Unification of error handling (not only) for RESTful servers Project name: church.i18n.error Rest Exception Handling library provides basic model and support methods for handling exceptions in localized projects. It tries to abstract this problem from the implementation and provides more universal mechanism of dealing with exceptions.
https://bitbucket.org/i18n_church/church.i18n.error
The MIT License
Juraj Jurčo
Files download
File Operation
church.i18n.error-2019.0.jar download
church.i18n.error-2019.0.pom download
church.i18n.error-2019.0-sources.jar download
Apache Maven
<dependency>
  <groupId>church.i18n</groupId>
  <artifactId>church.i18n.error</artifactId>
  <version>2019.0</version>
</dependency>
Gradle Groovy
implementation 'church.i18n:church.i18n.error:2019.0'
Gradle Kotlin
implementation("church.i18n:church.i18n.error:2019.0")
Scala SBT
libraryDependencies += "church.i18n" % "church.i18n.error" % "2019.0"
Groovy Grape
@Grapes(
  @Grab(group='church.i18n', module='church.i18n.error', version='2019.0')
)
Apache Ivy
<dependency org="church.i18n" name="church.i18n.error" rev="2019.0" />
Leiningen
[church.i18n/church.i18n.error "2019.0"]
Apache Buildr
'church.i18n:church.i18n.error:jar:2019.0'