ch.javasoft.xml.config
Class XmlArgException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.javasoft.xml.config.XmlConfigException
ch.javasoft.xml.config.XmlArgException
- All Implemented Interfaces:
- Serializable
public class XmlArgException
- extends XmlConfigException
The XmlArgException is thrown when an input argument or option
is missing or of wrong format.
- See Also:
- Serialized Form
|
Constructor Summary |
XmlArgException(int argIndex,
String message,
Element path)
|
XmlArgException(int argIndex,
String message,
String path)
|
XmlArgException(String option,
int argIndex,
String message,
Element path)
|
XmlArgException(String option,
int argIndex,
String message,
String path)
|
XmlArgException(String option,
String message,
Element path)
|
XmlArgException(String option,
String message,
String path)
|
ARG
public static final String ARG
- See Also:
- Constant Field Values
XmlArgException
public XmlArgException(int argIndex,
String message,
Element path)
XmlArgException
public XmlArgException(String option,
String message,
Element path)
XmlArgException
public XmlArgException(String option,
int argIndex,
String message,
Element path)
XmlArgException
public XmlArgException(int argIndex,
String message,
String path)
XmlArgException
public XmlArgException(String option,
String message,
String path)
XmlArgException
public XmlArgException(String option,
int argIndex,
String message,
String path)
getOption
public String getOption()
isOption
public boolean isOption()
getOptionWithIndex
public String getOptionWithIndex()
getArgIndex
public int getArgIndex()