public class

AbsentInformationException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.sun.jdi.AbsentInformationException

Class Overview

Thrown to indicate line number or variable information is not available.

Summary

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

Public Constructors

public AbsentInformationException ()

public AbsentInformationException (String s)