public static enum W3CQueryLanguageException.ErrorCategory extends Enum<W3CQueryLanguageException.ErrorCategory>
Enum Constant and Description |
---|
DY
Dynamic (runtime) error.
|
ST
Static analysis error.
|
TY
Type error.
|
Modifier and Type | Method and Description |
---|---|
static W3CQueryLanguageException.ErrorCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static W3CQueryLanguageException.ErrorCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final W3CQueryLanguageException.ErrorCategory ST
public static final W3CQueryLanguageException.ErrorCategory DY
public static final W3CQueryLanguageException.ErrorCategory TY
public static W3CQueryLanguageException.ErrorCategory[] values()
for (W3CQueryLanguageException.ErrorCategory c : W3CQueryLanguageException.ErrorCategory.values()) System.out.println(c);
public static W3CQueryLanguageException.ErrorCategory 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 nullCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.