Skip to content

Commit f596cc3

Browse files
committed
Add specific exception message (#15)
1 parent c22c223 commit f596cc3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/matlabcontrol/Configuration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ static String getSupportCodeLocation() throws MatlabConnectionException {
232232
} catch (URISyntaxException e) {
233233
ClassLoader loader = Configuration.class.getClassLoader();
234234
throw new MatlabConnectionException("Support code location could not be determined. " +
235+
"Could not convert URI location to file path.\n" +
235236
"URL Location: " + url + "\n" +
236237
"Code Source: " + codeSource + "\n" +
237238
"Protection Domain: " + domain + "\n" +

0 commit comments

Comments
 (0)