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

valkyrjaio / sindri-java / 30068029645

24 Jul 2026 04:55AM UTC coverage: 99.716%. First build
30068029645

Pull #38

github

web-flow
Merge d07065779 into 04c800ff7
Pull Request #38: [Grpc] Add gRPC data-class generation

439 of 441 branches covered (99.55%)

Branch coverage included in aggregate %.

181 of 184 new or added lines in 13 files covered. (98.37%)

1314 of 1317 relevant lines covered (99.77%)

4.31 hits per line

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

0.0
/src/main/java/io/sindri/generator/throwable/exception/DataFileWriteException.java
1
/*
2
 * This file is part of the Sindri package.
3
 *
4
 * (c) Melech Mizrachi <melechmizrachi@gmail.com>
5
 *
6
 * For the full copyright and license information, please view the LICENSE
7
 * file that was distributed with this source code.
8
 */
9

10
package io.sindri.generator.throwable.exception;
11

12
import io.sindri.generator.throwable.exception.abstract_.GeneratorRuntimeException;
13

14
/**
15
 * Thrown when a generated data file could not be written, so generation does not silently report
16
 * success while leaving a stale (or missing) data class on disk.
17
 */
18
public class DataFileWriteException extends GeneratorRuntimeException {
19

20
    public DataFileWriteException(String message) {
NEW
21
        super(message);
×
NEW
22
    }
×
23
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc