Registry / utility / error-handling

error-handling

JSON →
library2.6.3javamavenunverified

Error handling utilities for Palantir's HTTP remoting library.

<dependency> <groupId>com.palantir.remoting2</groupId> <artifactId>error-handling</artifactId> <version>2.6.3</version> </dependency>
INSTALL
IMPORT
SIG · ERROR-HANDLING
E
error-handling
utilityjavav2.6.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ErrorHandling
com.palantir.remoting2.errorhandling.ErrorHandling

Use ErrorHandling to process exceptions in remoting contexts.

import com.palantir.remoting2.errorhandling.ErrorHandling; public class Example { public static void main(String[] args) { ErrorHandling.handle(new RuntimeException("test")); } }
Debug
Known issues
breakingThis is part of an older remoting2 library; consider migrating to remoting3.
fix
Use com.palantir.remoting3:error-handling instead.
affects: 2.x
Upgrade
Version history
2.6.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
error-handling — mvn dependency:get error-handling · libregistry