Uses of Class
au.gov.tas.dpiwe.mr.bean.ValidateException

Packages that use ValidateException
au.gov.tas.dpiwe.mr The au.gov.tas.dpiwe.mr package contains the Mr Architecture EJB container and support classes and interfaces. 
au.gov.tas.dpiwe.mr.bean The au.gov.tas.dpiwe.mr.bean package contains the classes and interfaces supporting the development and deployment of Mr Architecture beans, as well as an example bean, consisting of three components, Bean, BeanHome and BeanObject, and its corresponding implementation components, ThinBean, MrBeanHome and MrBean, as would be created by the DeploymentTool. 
au.gov.tas.dpiwe.mr.test The au.gov.tas.dpiwe.mr.test package contains factories, clients, beans, support classes and interfaces used to test the architecture. 
 

Uses of ValidateException in au.gov.tas.dpiwe.mr
 

Methods in au.gov.tas.dpiwe.mr that throw ValidateException
 void PresentationUtilities.validateEntityBean(EntityBean bean)
          The immediate action of this method is to make simple data validity checks for this bean based on the MetaData associated with this bean's home.
 

Uses of ValidateException in au.gov.tas.dpiwe.mr.bean
 

Methods in au.gov.tas.dpiwe.mr.bean with parameters of type ValidateException
 void ValidateFieldsException.add(ValidateException validateException)
          Adds a ValidateException to this collection.
 

Methods in au.gov.tas.dpiwe.mr.bean that throw ValidateException
 void DebugBean.simpleValidate()
          Makes simple data validity checks for this bean based on the MetaData associated with the home.
 void SimpleValidator.simpleValidate()
          Makes simple data validity checks for this bean based on the MetaData associated with the home.
 void NullBean.simpleValidate()
          Makes simple data validity checks for this bean based on the MetaData associated with the home.
 

Constructors in au.gov.tas.dpiwe.mr.bean with parameters of type ValidateException
ValidateFieldsException(ValidateException validateException)
          Constructs a new validate fields exception with a single ValidateException.
 

Uses of ValidateException in au.gov.tas.dpiwe.mr.test
 

Methods in au.gov.tas.dpiwe.mr.test that throw ValidateException
 void ExampleBean.validate()
          Validates this bean according to the business rules.
 void ExampleBeanObject.validate()
          Validates this bean according to the business rules.