{"id":56312,"library":"com-io7m-junreachable-core","title":"JUnreachable Core","description":"Provides exception types for marking unreachable or unimplemented code paths.","status":"active","version":"4.0.2","language":"java","source_language":null,"source_url":"https://github.com/io7m-com/junreachable","tags":["unreachable","exception","utility"],"install":[{"cmd":"<dependency>\n  <groupId>com.io7m.junreachable</groupId>\n  <artifactId>com.io7m.junreachable.core</artifactId>\n  <version>4.0.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.io7m.junreachable:com.io7m.junreachable.core:4.0.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"UnreachableCodeException","correct":"com.io7m.junreachable.core.UnreachableCodeException"}],"quickstart":{"code":"import com.io7m.junreachable.core.UnreachableCodeException;\n\npublic class Example {\n    public void method(int x) {\n        switch (x) {\n            case 0: break;\n            default: throw new UnreachableCodeException();\n        }\n    }\n}","lang":"java","description":"Throwing UnreachableCodeException for impossible branches"},"warnings":[],"env_vars":null,"search_vec":"'code':11 'core':2 'except':4,14 'junreach':1 'mark':7 'path':12 'provid':3 'type':5 'unimpl':10 'unreach':8,13 'util':15","created_at":"2026-06-15T10:31:20.264621+00:00","updated_at":"2026-06-15T10:31:20.264621+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://www.io7m.com/software/junreachable","github":"https://github.com/io7m-com/junreachable","docs":"https://appdoc.app/artifact/com.io7m.junreachable/com.io7m.junreachable.core/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}