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 c97a4a4 commit 3c8cad0Copy full SHA for 3c8cad0
+stdlib/+java/private/javaException.m
@@ -1,6 +1,8 @@
1
function javaException(e)
2
3
switch e.identifier
4
+ case 'MATLAB:Java:ClassLoad'
5
+ % Java class not available e.g. wrong OS for this class
6
case ''
7
% pass GNU Octave
8
case 'MATLAB:Java:GenericException'
0 commit comments