[DS-4522] Make LogicalStatementException unchecked as per PR review

This commit is contained in:
Kim Shepherd
2021-03-16 13:40:52 +13:00
parent 5096c66437
commit 692dbe7fad

View File

@@ -14,7 +14,7 @@ package org.dspace.content.logic;
* @author Kim Shepherd
* @version $Revision$
*/
public class LogicalStatementException extends Exception {
public class LogicalStatementException extends RuntimeException {
public LogicalStatementException() {
super();