Java Debug Interface

com.sun.jdi
Class AbsentInformationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.jdi.AbsentInformationException
All Implemented Interfaces:
Serializable

public class AbsentInformationException
extends Exception

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

Since:
1.3
See Also:
Serialized Form

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

Constructor Detail

AbsentInformationException

public AbsentInformationException()

AbsentInformationException

public AbsentInformationException(String s)

Java Debug Interface