Packages  This Package  Previous  Next  Index

Class sun.tools.debug.NoSuchLineNumberException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----sun.tools.debug.NoSuchLineNumberException

public class NoSuchLineNumberException
extends Exception
Signals that no code is associated with a specified line number in a Java source file.

Constructor Index

 o NoSuchLineNumberException()
Constructor.
 o NoSuchLineNumberException(String)
Constructor with a detail message.

Constructors

 o NoSuchLineNumberException
  public NoSuchLineNumberException()
Constructor.
 o NoSuchLineNumberException
  public NoSuchLineNumberException(String s)
Constructor with a detail message.

Packages  This Package  Previous  Next  Index