Package | Description |
---|---|
ezvcard.io |
Contains I/O related classes.
|
Modifier and Type | Method and Description |
---|---|
ParseWarning.Builder |
ParseWarning.Builder.lineNumber(Integer lineNumber)
Sets the line number that the warning occurred on.
|
ParseWarning.Builder |
ParseWarning.Builder.message(CannotParseException exception)
Sets the warning message, based on the contents of a
CannotParseException . |
ParseWarning.Builder |
ParseWarning.Builder.message(int code,
Object... args)
Sets the warning message.
|
ParseWarning.Builder |
ParseWarning.Builder.message(String message)
Sets the warning message.
|
ParseWarning.Builder |
ParseWarning.Builder.propertyName(String propertyName)
Sets the name of the property that the warning occurred on.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.