Uses of Class
org.faktorips.runtime.productdataprovider.DataModifiedException

Packages that use DataModifiedException
org.faktorips.runtime.productdataprovider   
 

Uses of DataModifiedException in org.faktorips.runtime.productdataprovider
 

Methods in org.faktorips.runtime.productdataprovider that return DataModifiedException
 DataModifiedException DataModifiedRuntimeException.getDataModifiedException()
          Getting the nested DataModifiedException
 

Methods in org.faktorips.runtime.productdataprovider that throw DataModifiedException
 InputStream IProductDataProvider.getEnumContentAsStream(EnumContentTocEntry tocEntry)
          Getting the input stream of enum content for given tocEntry.
 InputStream ClassLoaderProductDataProvider.getEnumContentAsStream(EnumContentTocEntry tocEntry)
           
 Element IProductDataProvider.getProductCmptData(ProductCmptTocEntry tocEntry)
          Getting the product component data element for given tocEntry.
 Element ClassLoaderProductDataProvider.getProductCmptData(ProductCmptTocEntry tocEntry)
           
 Element IProductDataProvider.getProductCmptGenerationData(GenerationTocEntry tocEntry)
          Getting the product component generation data element for given tocEntry.
 Element ClassLoaderProductDataProvider.getProductCmptGenerationData(GenerationTocEntry tocEntry)
           
 InputStream IProductDataProvider.getTableContentAsStream(TableContentTocEntry tocEntry)
          Getting the input stream of table content for given tocEntry.
 InputStream ClassLoaderProductDataProvider.getTableContentAsStream(TableContentTocEntry tocEntry)
           
 Element IProductDataProvider.getTestcaseElement(TestCaseTocEntry tocEntry)
          Getting the test case data element for given tocEntry.
 Element ClassLoaderProductDataProvider.getTestcaseElement(TestCaseTocEntry tocEntry)
           
<T> Element
IProductDataProvider.getTocEntryData(CustomTocEntryObject<T> tocEntry)
          Getting the data element for the given tocEntry.
<T> Element
ClassLoaderProductDataProvider.getTocEntryData(CustomTocEntryObject<T> tocEntry)
           
 

Constructors in org.faktorips.runtime.productdataprovider with parameters of type DataModifiedException
DataModifiedRuntimeException(DataModifiedException e)
           
 



Copyright © 2015. All rights reserved.