Registry / utility / io7m-junreachable-core

io7m-junreachable-core

JSON →
library1.0.2javamavenunverified

Exception types for marking unreachable or unimplemented code in Java.

<dependency> <groupId>com.io7m.junreachable</groupId> <artifactId>io7m-junreachable-core</artifactId> <version>1.0.2</version> </dependency>
INSTALL
IMPORT
SIG · IO7M-JUNREACHABLE-
I
io7m-junreachable-core
utilityjavav1.0.2
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.

UnreachableCodeException
com.io7m.junreachable.core.UnreachableCodeException

Throw an UnreachableCodeException.

import com.io7m.junreachable.core.UnreachableCodeException; public class Main { public static void main(String[] args) { throw new UnreachableCodeException("This should never happen"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
io7m-junreachable-core — mvn dependency:get io7m-junreachable-core · libregistry