Uses of Class
org.palo.api.exceptions.PaloIOException

Packages that use PaloIOException
org.palo.api   
org.palo.api.subsets   
org.palo.api.subsets.filter   
 

Uses of PaloIOException in org.palo.api
 

Methods in org.palo.api that throw PaloIOException
 CubeView Cube.getCubeView(java.lang.String id)
          Returns the cube view which is registered with the given id or null if no such view exists.
 

Uses of PaloIOException in org.palo.api.subsets
 

Methods in org.palo.api.subsets that throw PaloIOException
 void SubsetFilter.validateSettings()
          Checks if the internal subset settings are valid.
 

Uses of PaloIOException in org.palo.api.subsets.filter
 

Methods in org.palo.api.subsets.filter that throw PaloIOException
 void TextFilter.validateSettings()
           
 void SortingFilter.validateSettings()
           
 void PicklistFilter.validateSettings()
           
 void HierarchicalFilter.validateSettings()
           
 void DataFilter.validateSettings()
           
 void AttributeFilter.validateSettings()
           
 void AliasFilter.validateSettings()