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

torand / FasterSQL / 17012572989

16 Aug 2025 08:26PM UTC coverage: 68.265% (-0.008%) from 68.273%
17012572989

push

github

torand
refactor: sonar cloud issues

299 of 598 branches covered (50.0%)

Branch coverage included in aggregate %.

33 of 47 new or added lines in 18 files covered. (70.21%)

1 existing line in 1 file now uncovered.

1680 of 2301 relevant lines covered (73.01%)

3.89 hits per line

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

0.0
/src/main/java/io/github/torand/fastersql/statement/FasterSQLException.java
1
package io.github.torand.fastersql.statement;
2

3
/**
4
 * Generic runtime exception thrown by the FasterSQL library,
5
 */
6
public class FasterSQLException extends RuntimeException {
7

8
    /**
9
     * Creates a runtime exception.
10
     * @param message the message.
11
     * @param cause the inner cause.
12
     */
13
    public FasterSQLException(String message, Throwable cause) {
NEW
14
        super(message, cause);
×
NEW
15
    }
×
16

17
    /**
18
     * Creates a runtime exception.
19
     * @param cause the inner cause.
20
     */
21
    public FasterSQLException(Throwable cause) {
NEW
22
        super(cause);
×
NEW
23
    }
×
24
}
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

© 2026 Coveralls, Inc