- java.lang.Object
 -  
      
- java.lang.Throwable
 -  
        
- java.lang.Exception
 -  
          
- com.sun.jdi.AbsentInformationException
 
 
 
 
-  
       
- 实现的所有接口
 -  
         
Serializable 
public class AbsentInformationException extends 异常
抛出以指示行号或变量信息不可用。- 从以下版本开始:
 - 1.3
 - 另请参见:
 - Serialized Form
 
 
-  
        
       
-  
             
构造方法摘要
构造方法 构造器 描述 AbsentInformationException()AbsentInformationException(String s) 
-  
             
方法摘要
 
 -  
             
 
-  
        
       
-  
             
构造方法详细信息
-  
AbsentInformationException
public AbsentInformationException()
 
-  
AbsentInformationException
public AbsentInformationException(String s)
 
 -  
 
 -