Uses of Class
org.eclipse.cdt.internal.ui.wizards.classwizard.NewClassCodeGenerator.CodeGeneratorException

Packages that use NewClassCodeGenerator.CodeGeneratorException
org.eclipse.cdt.internal.ui.wizards.classwizard   
 

Uses of NewClassCodeGenerator.CodeGeneratorException in org.eclipse.cdt.internal.ui.wizards.classwizard
 

Methods in org.eclipse.cdt.internal.ui.wizards.classwizard that throw NewClassCodeGenerator.CodeGeneratorException
 java.lang.String NewClassCodeGenerator.constructHeaderFileContent(org.eclipse.cdt.core.model.ITranslationUnit headerTU, java.util.List publicMethods, java.util.List protectedMethods, java.util.List privateMethods, java.lang.String oldContents, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 org.eclipse.cdt.core.model.ICElement NewClassCodeGenerator.createClass(org.eclipse.core.runtime.IProgressMonitor monitor)
          Creates the new class.