Java Debug Interface

com.sun.jdi
Class InvalidLineNumberException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sun.jdi.InvalidLineNumberException

public class InvalidLineNumberException
extends java.lang.RuntimeException

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

Since:
1.3
See Also:
Serialized Form

Constructor Summary
InvalidLineNumberException()
           
InvalidLineNumberException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidLineNumberException

public InvalidLineNumberException()

InvalidLineNumberException

public InvalidLineNumberException(java.lang.String s)

Java Debug Interface