mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +00:00
[DS-4522] Make LogicalStatementException unchecked as per PR review
This commit is contained in:
@@ -14,7 +14,7 @@ package org.dspace.content.logic;
|
|||||||
* @author Kim Shepherd
|
* @author Kim Shepherd
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
public class LogicalStatementException extends Exception {
|
public class LogicalStatementException extends RuntimeException {
|
||||||
|
|
||||||
public LogicalStatementException() {
|
public LogicalStatementException() {
|
||||||
super();
|
super();
|
||||||
|
Reference in New Issue
Block a user