Uses of Class
freenet.support.CPUInformation.UnknownCPUException

Packages that use UnknownCPUException
freenet.support.CPUInformation   
 

Uses of UnknownCPUException in freenet.support.CPUInformation
 

Methods in freenet.support.CPUInformation that throw UnknownCPUException
 String IntelInfoImpl.getCPUModelString()
           
 String AMDInfoImpl.getCPUModelString()
           
 String CPUInfo.getCPUModelString()
           
static CPUInfo CPUID.getInfo()
          Returns a CPUInfo item for the current type of CPU If I could I would declare this method in a interface named CPUInfoProvider and implement that interface in this class.