public class ChangeLogInitialLineUnsupportedWarning extends Object implements Warning
A warning that the format of the initial line of a version in the change log is unsupported.
| Constructor and Description |
|---|
ChangeLogInitialLineUnsupportedWarning(String initialLine,
String reason)
Creates a warning.
|
public ChangeLogInitialLineUnsupportedWarning(String initialLine, String reason)
Creates a warning.
initialLine - The initial line.reason - The reason.IllegalArgumentException - If any of the parameters are null.Copyright © 2015–2019. All rights reserved.