public enum EXPathError extends Enum<EXPathError>
Enum Constant and Description |
---|
FOAR0001
XQuery and XPath Function and Operators error 0001.
|
FOAR0002
XQuery and XPath Function and Operators error 0002.
|
FOCA0001 |
FOCA0002 |
FOCA0003 |
FOCA0005 |
FOCA0006 |
FOCH0001 |
FOCH0002 |
FOCH0003 |
FODC0001 |
FODC0002 |
FODC0003 |
FODC0004 |
FODC0005 |
FODT0001 |
FODT0002 |
FODT0003 |
FOER0000 |
FONS0004 |
FONS0005 |
FORG0001 |
FORG0002 |
FORG0003 |
FORG0004 |
FORG0005 |
FORG0006
XQuery and XPath Function and Operators error 0006.
|
FORG0007 |
FORG0008 |
FORG0009 |
FORH0004 |
FORX0001 |
FORX0002 |
FORX0003 |
FORX0004 |
FOTY0012 |
XPDY0002
XPath dynamic error 0004.
|
XPDY0050
XPath dynamic error 0050.
|
XPST0001
XPath static error 0001.
|
XPST0003
XPath static error 0003.
|
XPST0005
XPath static error 0005.
|
XPST0008
XPath static error 0008.
|
XPST0010
XPath static error 0010.
|
XPST0017
XPath static error 0017.
|
XPST0051
XPath static error 0051.
|
XPST0080
XPath static error 0080.
|
XPST0081
XPath static error 0081.
|
XPTY0004
XPath type error 0004.
|
XPTY0018
XPath type error 0018.
|
XPTY0019
XPath type error 0019.
|
XPTY0020
XPath type error 0020.
|
Modifier and Type | Method and Description |
---|---|
TTXPathException |
getEncapsulatedException()
Getting the specific exception for a type.
|
String |
getMsg()
Returns the error message of the respective error.
|
static EXPathError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXPathError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EXPathError XPST0001
public static final EXPathError XPDY0002
public static final EXPathError XPST0003
public static final EXPathError XPTY0004
public static final EXPathError XPST0005
public static final EXPathError XPST0008
public static final EXPathError XPST0010
public static final EXPathError XPST0017
public static final EXPathError XPTY0018
public static final EXPathError XPTY0019
public static final EXPathError XPTY0020
public static final EXPathError XPDY0050
public static final EXPathError XPST0051
public static final EXPathError XPST0080
public static final EXPathError XPST0081
public static final EXPathError FOCA0001
public static final EXPathError FOCA0002
public static final EXPathError FOCA0003
public static final EXPathError FOCA0005
public static final EXPathError FOCA0006
public static final EXPathError FOCH0001
public static final EXPathError FOCH0002
public static final EXPathError FOCH0003
public static final EXPathError FORH0004
public static final EXPathError FODC0001
public static final EXPathError FODC0002
public static final EXPathError FODC0003
public static final EXPathError FODC0004
public static final EXPathError FODC0005
public static final EXPathError FODT0001
public static final EXPathError FODT0002
public static final EXPathError FODT0003
public static final EXPathError FONS0004
public static final EXPathError FONS0005
public static final EXPathError FOAR0001
public static final EXPathError FOAR0002
public static final EXPathError FOER0000
public static final EXPathError FORG0001
public static final EXPathError FORG0002
public static final EXPathError FORG0003
public static final EXPathError FORG0004
public static final EXPathError FORG0005
public static final EXPathError FORG0006
public static final EXPathError FORG0007
public static final EXPathError FORG0008
public static final EXPathError FORG0009
public static final EXPathError FORX0001
public static final EXPathError FORX0002
public static final EXPathError FORX0003
public static final EXPathError FORX0004
public static final EXPathError FOTY0012
public static EXPathError[] values()
for (EXPathError c : EXPathError.values()) System.out.println(c);
public static EXPathError valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String getMsg()
public TTXPathException getEncapsulatedException()
TTXPathException
encapsulatedCopyright © 2013. All Rights Reserved.