Uses of Class
goldengate.common.exception.InvalidArgumentException

Packages that use InvalidArgumentException
goldengate.common.command Global classes that store all informations on implemented commands, arguments, reply codes. 
goldengate.common.utility Classes implementing Some String and File facility 
 

Uses of InvalidArgumentException in goldengate.common.command
 

Methods in goldengate.common.command that throw InvalidArgumentException
static ReplyCode ReplyCode.getReplyCode(int code)
           
 int CommandInterface.getValue(String argx)
          Get an integer value from argument
 

Uses of InvalidArgumentException in goldengate.common.utility
 

Methods in goldengate.common.utility that throw InvalidArgumentException
static int GgStringUtils.getInteger(org.dom4j.Node node)
          Read an integer value from a node
static String GgStringUtils.readFileException(String filename)
          Read a file and return its content in String format
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.