We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c3726 commit 3c1225aCopy full SHA for 3c1225a
1 file changed
+stdlib/+java/private/javaException.m
@@ -9,6 +9,8 @@ function javaException(e)
9
switch class(e.ExceptionObject)
10
case {'java.nio.file.NoSuchFileException', 'java.nio.file.NotLinkException', 'java.lang.UnsupportedOperationException'}
11
% pass
12
+ case 'java.lang.NullPointerException'
13
+ % empty input
14
otherwise
15
rethrow(e)
16
end
0 commit comments