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.
-
NoSuchLineNumberException()
- Constructor.
-
NoSuchLineNumberException(String)
- Constructor with a detail message.
NoSuchLineNumberException
public NoSuchLineNumberException()
- Constructor.
NoSuchLineNumberException
public NoSuchLineNumberException(String s)
- Constructor with a detail message.
Packages This Package Previous Next Index