Uses of Class
org.apache.qpid.management.domain.model.ValidationException

Packages that use ValidationException
org.apache.qpid.management.domain.model   
 

Uses of ValidationException in org.apache.qpid.management.domain.model
 

Methods in org.apache.qpid.management.domain.model that throw ValidationException
 void IValidator.validate(Object value)
          Validates the given value according to the rules definied by this validator.
(package private)  void QpidProperty.validate(Object value)
          Validates the given value according to the current validator.
 void QpidProperty.StringValidator.validate(Object value)
           
 void QpidProperty.NumberValidator.validate(Object value)
           
 void QpidMethod.validate(Object[] parameters)
          Validates the given array of parameters against the constraint defined on this method's arguments.
 



Licensed to the Apache Software Foundation