org.rhq.core.clientapi.agent.configuration
Class ConfigurationValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.core.clientapi.agent.configuration.ConfigurationValidationException
All Implemented Interfaces:
Serializable

public class ConfigurationValidationException
extends RuntimeException
implements Serializable

See Also:
Serialized Form

Constructor Summary
ConfigurationValidationException(List<String> validationMessages)
           
 
Method Summary
 Iterator<String> messageIterator()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationValidationException

public ConfigurationValidationException(List<String> validationMessages)
Method Detail

messageIterator

public Iterator<String> messageIterator()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.