Uses of Class
com.cmpware.cmp.ProcessorException

Packages that use ProcessorException
com.cmpware.cmp   
com.cmpware.ide   
com.cmpware.tools   
 

Uses of ProcessorException in com.cmpware.cmp
 

Methods in com.cmpware.cmp that throw ProcessorException
 void Multiprocessor.allocate(java.lang.String[][] processorName)
          This method allocates the processors.
static Processor Processor.get(java.lang.String processorName)
          This static method is used to return a newly allocated Processor object from the processor name string.
 

Uses of ProcessorException in com.cmpware.ide
 

Methods in com.cmpware.ide that throw ProcessorException
static void MpModel.allocate()
          This method allocates the processor from information stored from the preference pages.
 

Uses of ProcessorException in com.cmpware.tools
 

Methods in com.cmpware.tools that throw ProcessorException
static AutoModel AutoTool.get(java.lang.String processorName)
          This static method is used to return a newly allocated AutoModel object from the AutoModel class name string.