Fix visibility of CommandRuntimeException
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 28 Oct 2022 06:56:02 +0000 (08:56 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 28 Oct 2022 06:56:02 +0000 (08:56 +0200)
org.argeo.api.cli/src/org/argeo/api/cli/CommandRuntimeException.java

index b3f0517b47bd751c2872f0cb5357d7b148b429f0..52c033433d69343736eec3d6b14ad1f6f558fb41 100644 (file)
@@ -3,7 +3,7 @@ package org.argeo.api.cli;
 import java.util.List;
 
 /** {@link RuntimeException} referring during a command run. */
-class CommandRuntimeException extends RuntimeException {
+public class CommandRuntimeException extends RuntimeException {
        private static final long serialVersionUID = 5595999301269377128L;
 
        private final DescribedCommand<?> command;