public class

InvalidCodeIndexException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.sun.jdi.InvalidCodeIndexException

This class is deprecated.
This exception is no longer thrown

Class Overview

Thrown to indicate that the requested operation cannot be completed because the specified code index is not valid.

Summary

Public Constructors
InvalidCodeIndexException()
InvalidCodeIndexException(String s)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidCodeIndexException ()

public InvalidCodeIndexException (String s)