Uses of Class
org.palo.api.PaloAPIException

Packages that use PaloAPIException
org.palo.api.exceptions   
org.palo.api.utils   
 

Uses of PaloAPIException in org.palo.api.exceptions
 

Subclasses of PaloAPIException in org.palo.api.exceptions
 class InsufficientRightsException
          InsufficientRightsException Signals that a certain operation has not enough rights to perform.
 class PaloObjectNotFoundException
          PaloObjectNotFoundException Indicates that a required palo object like e.g. a Dimension could not be found or does not exists on palo server.
 

Uses of PaloAPIException in org.palo.api.utils
 

Methods in org.palo.api.utils that throw PaloAPIException
 Element[] ElementPath.getPart(Dimension dimension)
          Returns the path part which corresponds to the given Dimension
 Element[] ElementPath.getPart(Hierarchy hierarchy)