Uses of Class
cmion.level2.CompetencyCancelledException
-
Packages that use CompetencyCancelledException Package Description cmion.level2 cmion.level2.competencies.test -
-
Uses of CompetencyCancelledException in cmion.level2
Methods in cmion.level2 that throw CompetencyCancelledException Modifier and Type Method Description protected abstract booleanCompetency. competencyCode(java.util.HashMap<java.lang.String,java.lang.String> parameters)every competency sub class must implement this method and in it perform the competency code. -
Uses of CompetencyCancelledException in cmion.level2.competencies.test
Methods in cmion.level2.competencies.test that throw CompetencyCancelledException Modifier and Type Method Description protected booleanTestCompetency7. competencyCode(java.util.HashMap<java.lang.String,java.lang.String> parameters)competency codeprotected booleanTestCompetency8. competencyCode(java.util.HashMap<java.lang.String,java.lang.String> parameters)competency code
-