当前页面: 
在线文档首页 > 
JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档
AbsentInformationException (Java Debug Interface) - JDK 5 Documentation v1.4.1, Java 2 SDK 英文文档
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
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
AbsentInformationException
public AbsentInformationException()
AbsentInformationException
public AbsentInformationException(String s)