langtools/src/jdk.jshell/share/classes/jdk/jshell/UnresolvedReferenceException.java
changeset 43770 a321bed02000
parent 37751 77e7bb904a13
equal deleted inserted replaced
43769:c60feafb47db 43770:a321bed02000
    34  * Note that in stack trace frames representing JShell Snippets,
    34  * Note that in stack trace frames representing JShell Snippets,
    35  * <code>StackTraceElement.getFileName()</code> will return "#" followed by
    35  * <code>StackTraceElement.getFileName()</code> will return "#" followed by
    36  * the Snippet id and for snippets without a method name (for example an
    36  * the Snippet id and for snippets without a method name (for example an
    37  * expression) <code>StackTraceElement.getName()</code> will be the
    37  * expression) <code>StackTraceElement.getName()</code> will be the
    38  * empty string.
    38  * empty string.
       
    39  *
       
    40  * @since 9
    39  */
    41  */
    40 @SuppressWarnings("serial")             // serialVersionUID intentionally omitted
    42 @SuppressWarnings("serial")             // serialVersionUID intentionally omitted
    41 public class UnresolvedReferenceException extends JShellException {
    43 public class UnresolvedReferenceException extends JShellException {
    42 
    44 
    43     final DeclarationSnippet snippet;
    45     final DeclarationSnippet snippet;