Module jdk.jshell

Class ExecutionControl.ResolutionException

    • Constructor Detail

      • ResolutionException

        public ResolutionException​(int id,
                                   StackTraceElement[] stackElements)
        Constructs an exception indicating that a DeclarationSnippet with unresolved references has been encountered.
        Parameters:
        id - An internal identifier of the specific method
        stackElements - the stack trace
    • Method Detail

      • id

        public int id​()
        Retrieves the internal identifier of the unresolved identifier.
        Returns:
        the internal identifier