Skip to content

Commit 93c91df

Browse files
committed
Add helpful message
1 parent 2b68c93 commit 93c91df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/mybatis/dynamic/sql/exception/NonRenderingWhereClauseException.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,7 @@
3737
* @author Jeff Butler
3838
*/
3939
public class NonRenderingWhereClauseException extends RuntimeException {
40-
public NonRenderingWhereClauseException() {}
40+
public NonRenderingWhereClauseException() {
41+
super("A where clause was specified, but failed to render."); //$NON-NLS-1$
42+
}
4143
}

0 commit comments

Comments
 (0)