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

Ekryd / sortpom / 3807

15 Oct 2024 05:03PM CUT coverage: 99.841%. Remained the same
3807

push

circleci

web-flow
chore(deps): update dependency org.mockito:mockito-core to v5.14.2

1256 of 1258 relevant lines covered (99.84%)

1.0 hits per line

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

100.0
/sorter/src/main/java/sortpom/exception/FailureException.java
1
package sortpom.exception;
2

3
/**
4
 * An exception occurring during the execution of the sort (such as a compilation failure). Throwing
5
 * this exception should cause a "BUILD FAILURE" message to be displayed.
6
 *
7
 * @author bjorn
8
 * @since 2012-12-21
9
 */
10
public class FailureException extends RuntimeException {
11
  public FailureException(String msg, Throwable cause) {
12
    super(msg, cause);
1✔
13
  }
1✔
14

15
  public FailureException(String msg) {
16
    super(msg);
1✔
17
  }
1✔
18
}
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