Uses of Class
org.wymiwyg.commons.util.arguments.InvalidArgumentsException

Packages that use InvalidArgumentsException
org.wymiwyg.commons.util.arguments   
 

Uses of InvalidArgumentsException in org.wymiwyg.commons.util.arguments
 

Subclasses of InvalidArgumentsException in org.wymiwyg.commons.util.arguments
 class MissingArgumentException
           
 

Methods in org.wymiwyg.commons.util.arguments that throw InvalidArgumentsException
<I> I
ArgumentHandler.getInstance(Class<I> interfaceClass)
          This methods uses AnnotatedInterfaceArguments to return an instance of the specified class with methods returning values from the arguments of this Handler.
static
<U> AnnotatedInterfaceArguments<U>
AnnotatedInterfaceArguments.getInstance(Class<U> annotated, ArgumentHandler argumentHandler)
           
static
<U> U
AnnotatedInterfaceArguments.getValueObject(Class<U> annotated, ArgumentHandler argumentHandler)
           
 void AnnotatedInterfaceArguments.process(List argumentList)
           
 void ArgumentProcessor.process(List<String> argumentList)
           
 void NamedAttributeProcessor.process(List<String> argumentList)
           
abstract  void SingleNamedAttributeProcessor.process(PushBackIterator nextArguments)
           
 void ArgumentHandler.processArguments(ArgumentProcessor processor)
           
 



Copyright © 2011. All Rights Reserved.