All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by exception with all dependencies

Search JAR files by class name

qm-framework from group com.starmcc (version 3.0.1-RELEASE)

springboot based on a series of packaging framework. QmFramework to implements AOP, rewrite the requestBody, global exception catching,version checking, request body parameter symmetric encryption mechanism, controller packaging and the toolkit collection. thank you for using it.

Group: com.starmcc Artifact: qm-framework
Show all versions Show documentation Show source 
 

0 downloads
Artifact qm-framework
Group com.starmcc
Version 3.0.1-RELEASE
Last update 10. January 2022
Organization not specified
URL https://www.starmcc.com/qm-framework
License not specified
Dependencies amount 5
Dependencies spring-boot-starter-web, fastjson, commons-text, spring-boot-configuration-processor, commons-io,
There are maybe transitive dependencies!

wrapped-exception from group com.github.brunoais (version 0.3.0)

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

Group: com.github.brunoais Artifact: wrapped-exception
Show documentation Show source 
 

0 downloads
Artifact wrapped-exception
Group com.github.brunoais
Version 0.3.0
Last update 15. January 2018
Organization not specified
URL https://github.com/brunoais/WrappedException
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

sjpu-utils from group org.xblackcat.sjpu (version 0.1.5)

Collect of utility classes and interfaces. Currenlty contains: extention of standart functional interfaces (java.util.function.*) which allow to declare thrown exception as type parameter; Simple implementation of LockPool

Group: org.xblackcat.sjpu Artifact: sjpu-utils
Show all versions Show documentation Show source 
 

1 downloads
Artifact sjpu-utils
Group org.xblackcat.sjpu
Version 0.1.5
Last update 07. November 2016
Organization not specified
URL https://github.com/xBlackCat/sjpu-utils
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jexbox-play from group com.jexbox.connector (version 0.0.4)

Jexbox Play! Framework connector hooks as ExceptionHandler, so any uncaught exceptions in your Play! application will be sent to your Jexbox database. The connector extracts complete exception stack trace, including nested exceptions, error message and system properties and page/component traces

Group: com.jexbox.connector Artifact: jexbox-play
Show all versions Show documentation Show source 
 

0 downloads
Artifact jexbox-play
Group com.jexbox.connector
Version 0.0.4
Last update 23. October 2014
Organization not specified
URL http://jexbox.com/connectors
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies jexbox-core, commons-codec, play_2.11,
There are maybe transitive dependencies!

jexbox-jsf from group com.jexbox.connector (version 0.0.2)

Jexbox JSF connector hooks into ExceptionHandlerWrapper, so any uncaught exceptions in your JSF application will be sent to your Jexbox database. The connector extracts complete exception stack trace, including nested exceptions, error message and system properties and page/component traces

Group: com.jexbox.connector Artifact: jexbox-jsf
Show all versions Show documentation Show source 
 

0 downloads
Artifact jexbox-jsf
Group com.jexbox.connector
Version 0.0.2
Last update 15. August 2014
Organization not specified
URL http://jexbox.com/connectors
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies jexbox-http, commons-codec, jsf-api, jsf-impl,
There are maybe transitive dependencies!

jexbox-tapestry from group com.jexbox.connector (version 0.0.1)

Jexbox Tapestry connector hooks as RequestExceptionHandler, so any uncaught exceptions in your Tapestry application will be sent to your Jexbox database. The connector extracts complete exception stack trace, including nested exceptions, error message and system properties and page/component traces

Group: com.jexbox.connector Artifact: jexbox-tapestry
Show documentation Show source 
 

0 downloads
Artifact jexbox-tapestry
Group com.jexbox.connector
Version 0.0.1
Last update 26. May 2014
Organization not specified
URL http://jexbox.com/connectors
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jexbox-http, tapestry-core,
There are maybe transitive dependencies!

jexbox-core from group com.jexbox.connector (version 0.0.1)

Core Java Jexbox connector hooks into Thread.UncaughtExceptionHandler, so any uncaught exceptions in your application will be sent to your Jexbox database. The connector extracts complete exception stack trace, including nested exceptions, error message and system properties

Group: com.jexbox.connector Artifact: jexbox-core
Show documentation Show source 
 

0 downloads
Artifact jexbox-core
Group com.jexbox.connector
Version 0.0.1
Last update 26. May 2014
Organization not specified
URL http://jexbox.com/connectors
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies gson,
There are maybe transitive dependencies!

patterntesting-exception from group net.sf.patterntesting (version 0.9.9)

PatternTesting Exception (patterntesting-exception) is a framework round about exceptions. It wraps some common exception (like IOException) to provide some more information as the original exception (e.g. the filename with the absolute pathname). On the other it allows you to provoke exceptions for better testing.

Group: net.sf.patterntesting Artifact: patterntesting-exception
Show all versions Show source 
 

0 downloads
Artifact patterntesting-exception
Group net.sf.patterntesting
Version 0.9.9
Last update 30. December 2009
Organization not specified
URL http://patterntesting.sourceforge.net/exception/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies patterntesting-rt,
There are maybe transitive dependencies!

patterntesting-rt from group net.sf.patterntesting (version 0.9.9)

PatternTesting Runtime (patterntesting-rt) is the runtime component for the PatternTesting framework. It provides the annotations and base classes for the PatternTesting testing framework (e.g. patterntesting-check, patterntesting-concurrent or patterntesting-exception) but can be also used standalone for classpath monitoring or profiling. It uses AOP and AspectJ to perform this feat.

Group: net.sf.patterntesting Artifact: patterntesting-rt
Show all versions Show source 
 

0 downloads
Artifact patterntesting-rt
Group net.sf.patterntesting
Version 0.9.9
Last update 30. December 2009
Organization not specified
URL http://patterntesting.sourceforge.net/rt/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies commons-io,
There are maybe transitive dependencies!

spring-retry from group org.springframework.retry (version 2.0.9)

Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based behaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.

Group: org.springframework.retry Artifact: spring-retry
Show all versions Show documentation Show source 
 

180 downloads
Artifact spring-retry
Group org.springframework.retry
Version 2.0.9
Last update 13. September 2024
Organization SpringSource
URL https://www.springsource.org
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 37 from 3 (items total 407)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy