Uses of Package
cz.cuni.amis.pogamut.sposh.exceptions

Packages that use cz.cuni.amis.pogamut.sposh.exceptions
cz.cuni.amis.pogamut.shady Shady - experimental POSH-like engine. 
cz.cuni.amis.pogamut.sposh.elements This package contains parser for Yaposh plan, classes that represent elements of the plan and some auxiliry classes. 
cz.cuni.amis.pogamut.sposh.exceptions   
 

Classes in cz.cuni.amis.pogamut.sposh.exceptions used by cz.cuni.amis.pogamut.shady
MissingRootException
          When plan is missing root node, throw this exception.
NoEligibleElementException
          Exception that is used when I am trying to execute shade plan, but according to priority and triggers of its elements, no element is eligible to be selected.
 

Classes in cz.cuni.amis.pogamut.sposh.exceptions used by cz.cuni.amis.pogamut.sposh.elements
CycleException
          When there is a cycle in the posh tree, this exception should be thrown.
DuplicateNameException
          Thrown when trying to add element into the posh tree, but the tree already contains element with the same name.
InvalidNameException
          Thrown when name in the lap plan is not valid (example: it includes whitespaces).
 

Classes in cz.cuni.amis.pogamut.sposh.exceptions used by cz.cuni.amis.pogamut.sposh.exceptions
CycleException
          When there is a cycle in the posh tree, this exception should be thrown.
DuplicateNameException
          Thrown when trying to add element into the posh tree, but the tree already contains element with the same name.
InvalidNameException
          Thrown when name in the lap plan is not valid (example: it includes whitespaces).
UnexpectedElementException
          The method was passed unexpected PoshElement as argument.
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.