public static enum XMLwriter.ExceptionCodes extends java.lang.Enum<XMLwriter.ExceptionCodes>
Enum Constant and Description |
---|
InvalidParameterValue |
InvalidUpdateSequence |
MissingParameterValue |
NoApplicableCode |
VersionNegotiationFailed |
Modifier and Type | Method and Description |
---|---|
static XMLwriter.ExceptionCodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XMLwriter.ExceptionCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLwriter.ExceptionCodes MissingParameterValue
public static final XMLwriter.ExceptionCodes InvalidParameterValue
public static final XMLwriter.ExceptionCodes VersionNegotiationFailed
public static final XMLwriter.ExceptionCodes InvalidUpdateSequence
public static final XMLwriter.ExceptionCodes NoApplicableCode
public static XMLwriter.ExceptionCodes[] values()
for (XMLwriter.ExceptionCodes c : XMLwriter.ExceptionCodes.values()) System.out.println(c);
public static XMLwriter.ExceptionCodes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null