Uses of Class
org.eclipse.actf.validation.rulebase.MalformedRuleBaseException

Packages that use MalformedRuleBaseException
org.eclipse.actf.validation.doc.rulebase   
org.eclipse.actf.validation.rulebase   
 

Uses of MalformedRuleBaseException in org.eclipse.actf.validation.doc.rulebase
 

Methods in org.eclipse.actf.validation.doc.rulebase that throw MalformedRuleBaseException
 IRuleBase DocumentRuleBaseBuilder.buildRuleBase(Object data)
          builds a rulebase from the information with which this factory is configured
 AliasElement[] IValidationDocument.getAliasElements()
          return an array of alias elements of the document.
 AliasElement[] ReflectionValidationDocument.getAliasElements()
          return an array of alias elements of the document.
protected  Element ReflectionValidationDocument.getMetaDataElement(String name)
           
 ScriptElement[] IValidationDocument.getScriptElements()
          return an array of script elements of the document.
 ScriptElement[] ReflectionValidationDocument.getScriptElements()
          return an array of script elements of the document.
 

Uses of MalformedRuleBaseException in org.eclipse.actf.validation.rulebase
 

Methods in org.eclipse.actf.validation.rulebase that throw MalformedRuleBaseException
 IRuleBase IRuleBaseFactory.buildRuleBase(Object data)
          builds a rulebase from the information with which this factory is configured