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

future-architect / uroborosql / #750

27 Jul 2024 06:13PM UTC coverage: 91.339% (-0.003%) from 91.342%
#750

Pull #325

HidekiSugimoto189
Remove entityhandler configuration API from uroboroSQL.builder interface
Pull Request #325: Remove entityhandler configuration API from uroboroSQL.builder interface

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

8743 of 9572 relevant lines covered (91.34%)

0.91 hits per line

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

0.0
/src/main/java/jp/co/future/uroborosql/exception/IllegalBoolExpressionRuntimeException.java
1
/**
2
 * Copyright (c) 2017-present, Future Corporation
3
 *
4
 * This source code is licensed under the MIT license found in the
5
 * LICENSE file in the root directory of this source tree.
6
 */
7
package jp.co.future.uroborosql.exception;
8

9
/**
10
 * SQLパース時、IF条件がboolean型を返さなかった場合にスローされる例外
11
 *
12
 * @author H.Sugimoto
13
 *
14
 */
15
public class IllegalBoolExpressionRuntimeException extends RuntimeException {
16

17
        public IllegalBoolExpressionRuntimeException(final String message) {
18
                super("A boolean type value could not be obtained.[" + message + "]");
×
19
        }
×
20

21
}
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