• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pgpainless / cert-d-java / #6

29 Sep 2025 11:45AM UTC coverage: 83.466% (-0.4%) from 83.865%
#6

push

other

vanitasvitae
Exceptions: Pass in detailed error messages

4 of 4 new or added lines in 1 file covered. (100.0%)

3 existing lines in 2 files now uncovered.

419 of 502 relevant lines covered (83.47%)

0.83 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/pgp-certificate-store/src/main/java/pgp/certificate_store/exception/NotAStoreException.java
1
// SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
2
//
3
// SPDX-License-Identifier: Apache-2.0
4

5
package pgp.certificate_store.exception;
6

7
/**
8
 * The base dir cannot possibly contain a store.
9
 */
10
public class NotAStoreException extends Exception {
11

12
    @Deprecated // pass message
13
    public NotAStoreException() {
14
        super();
×
UNCOV
15
    }
×
16

17
    public NotAStoreException(String message) {
18
        super(message);
1✔
19
    }
1✔
20
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc