Skip to content

Commit 3c8cad0

Browse files
committed
catch no class
1 parent c97a4a4 commit 3c8cad0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

+stdlib/+java/private/javaException.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
function javaException(e)
22

33
switch e.identifier
4+
case 'MATLAB:Java:ClassLoad'
5+
% Java class not available e.g. wrong OS for this class
46
case ''
57
% pass GNU Octave
68
case 'MATLAB:Java:GenericException'

0 commit comments

Comments
 (0)