Uses of Class
com.sap.portal.admin.wizard.exceptions.DescriptorNotCreatedException

Packages that use DescriptorNotCreatedException
com.sap.portal.admin.wizard.handlers   
 

Uses of DescriptorNotCreatedException in com.sap.portal.admin.wizard.handlers
 

Methods in com.sap.portal.admin.wizard.handlers that throw DescriptorNotCreatedException
 java.lang.Object SystemHandler.createObjectDescriptor(java.lang.String targetId, com.sap.portal.pcm.CreateMethod method, IWizardContext context)
           
 java.lang.Object IViewHandler.createObjectDescriptor(java.lang.String targetId, com.sap.portal.pcm.CreateMethod method, IWizardContext context)
           
 java.lang.Object PageHandler.createObjectDescriptor(java.lang.String targetId, com.sap.portal.pcm.CreateMethod method, IWizardContext context)
           
 java.lang.Object LayoutHandler.createObjectDescriptor(java.lang.String targetId, com.sap.portal.pcm.CreateMethod method, IWizardContext context)
           
 java.lang.Object IObjectTypeHandler.createObjectDescriptor(java.lang.String targetId, com.sap.portal.pcm.CreateMethod method, IWizardContext context)
          Create a new object descriptor that is in charge of storing the object's data.
 java.lang.Object ProducerPortalHandler.createObjectDescriptor(java.lang.String targetId, com.sap.portal.pcm.CreateMethod method, IWizardContext context)