src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
changeset 49515 083318155ad1
parent 48939 ba545e52b932
child 49856 5f63af8f9d7f
equal deleted inserted replaced
49514:25695fce1601 49515:083318155ad1
   160 jshell.err.no.such.snippets = No such snippet: {0}
   160 jshell.err.no.such.snippets = No such snippet: {0}
   161 jshell.err.the.snippet.cannot.be.used.with.this.command = This command does not accept the snippet ''{0}'' : {1}
   161 jshell.err.the.snippet.cannot.be.used.with.this.command = This command does not accept the snippet ''{0}'' : {1}
   162 jshell.err.retained.mode.failure = Failure in retained modes (modes cleared) -- {0} {1}
   162 jshell.err.retained.mode.failure = Failure in retained modes (modes cleared) -- {0} {1}
   163 
   163 
   164 jshell.err.corrupted.stored.startup = Corrupted stored startup, using default -- {0}
   164 jshell.err.corrupted.stored.startup = Corrupted stored startup, using default -- {0}
       
   165 
       
   166 jshell.err.exception.thrown = Exception {0}
       
   167 jshell.err.exception.thrown.message = Exception {0}: {1}
       
   168 jshell.err.exception.cause = Caused by: {0}
       
   169 jshell.err.exception.cause.message = Caused by: {0}: {1}
   165 
   170 
   166 jshell.console.see.synopsis = <press tab again to see synopsis>
   171 jshell.console.see.synopsis = <press tab again to see synopsis>
   167 jshell.console.see.full.documentation = <press tab again to see full documentation>
   172 jshell.console.see.full.documentation = <press tab again to see full documentation>
   168 jshell.console.see.documentation = <press tab again to see documentation>
   173 jshell.console.see.documentation = <press tab again to see documentation>
   169 jshell.console.see.next.page = <press tab again to see next page>
   174 jshell.console.see.next.page = <press tab again to see next page>