public class

InvalidLineNumberException

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

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 line number is not valid.

Summary

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

Public Constructors

public InvalidLineNumberException ()

public InvalidLineNumberException (String s)