Uses of Class
net.shibboleth.utilities.java.support.component.ComponentValidationException

Packages that use ComponentValidationException
net.shibboleth.utilities.java.support.component Set of interfaces used to describe basic features of "components" or "modules" within a larger system. 
net.shibboleth.utilities.java.support.resource Classes for reading in documents/files/data. 
 

Uses of ComponentValidationException in net.shibboleth.utilities.java.support.component
 

Methods in net.shibboleth.utilities.java.support.component that throw ComponentValidationException
 void ValidatableComponent.validate()
          Validates that this component is operational and functioning properly (with the limits that such things can be checked).
static void ComponentSupport.validate(Object obj)
          If the given object is not null and an instance of ValidatableComponent, then this method calls the given object's ValidatableComponent.validate() method.
 

Uses of ComponentValidationException in net.shibboleth.utilities.java.support.resource
 

Methods in net.shibboleth.utilities.java.support.resource that throw ComponentValidationException
protected  void AbstractResource.doValidate()
          Performs the logic to validate this component.
 void AbstractResource.validate()
          Checks whether this component is valid and ready to be used.
 



Copyright © 1999-2012. All Rights Reserved.