org.mule.config.spring.parsers.processors
Class CheckExclusiveAttributes.CheckExclusiveAttributesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.mule.config.spring.parsers.processors.CheckExclusiveAttributes.CheckExclusiveAttributesException
All Implemented Interfaces:
Serializable
Enclosing class:
CheckExclusiveAttributes

public static class CheckExclusiveAttributes.CheckExclusiveAttributesException
extends IllegalStateException

See Also:
Serialized Form

Method Summary
static CheckExclusiveAttributes.CheckExclusiveAttributesException createForDisjunctGroups(Element element, Collection<org.mule.config.spring.parsers.processors.CheckExclusiveAttributes.AttributeSet> allMatchingSets)
           
static CheckExclusiveAttributes.CheckExclusiveAttributesException createForInsufficientAttributes(Element element, Collection<org.mule.config.spring.parsers.processors.CheckExclusiveAttributes.AttributeSet> attributeSets)
           
 
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
 

Method Detail

createForDisjunctGroups

public static CheckExclusiveAttributes.CheckExclusiveAttributesException createForDisjunctGroups(Element element,
                                                                                                 Collection<org.mule.config.spring.parsers.processors.CheckExclusiveAttributes.AttributeSet> allMatchingSets)

createForInsufficientAttributes

public static CheckExclusiveAttributes.CheckExclusiveAttributesException createForInsufficientAttributes(Element element,
                                                                                                         Collection<org.mule.config.spring.parsers.processors.CheckExclusiveAttributes.AttributeSet> attributeSets)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.