Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ELLIPSIS_STRING |
"\u2026" |
public static final String |
NO_ELLIPSIS_STRING |
"..." |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MUST_BE_TRIMMED |
"The %1$s must not contain leading or trailing whitespace." |
public static final String |
MUST_NOT_BE_BLANK |
"The %1$s must not be null, empty, or whitespace." |
public static final String |
MUST_NOT_BE_NULL |
"The %1$s must not be null." |
public static final String |
USE_ELLIPSIS_NOT_THREE_DOTS |
"The %1$s ends with three dots \"...\"; use the single ellipsis character \'\u2026\' (\\u2026) instead." |
Copyright © 2014 JGoodies Software GmbH. All rights reserved.