| Package | Description |
|---|---|
| com.github.mangstadt.vinnie.io |
Contains classes that can contain I/O functionality.
|
| Modifier and Type | Method and Description |
|---|---|
static Warning |
Warning.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Warning[] |
Warning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VObjectDataListener.onWarning(Warning warning,
VObjectProperty property,
Exception thrown,
Context context)
Called when a non-fatal error occurs during parsing.
|
void |
VObjectDataAdapter.onWarning(Warning warning,
VObjectProperty property,
Exception thrown,
Context context) |
Copyright © 2016–2018 Michael Angstadt. All rights reserved.