Package com.jgoodies.common.internal
Class Messages
- java.lang.Object
-
- com.jgoodies.common.internal.Messages
-
public final class Messages extends java.lang.Object
Provides standardized messages for use with the Preconditions class and in exception messages.Note: This class is not part of the public JGoodies Common API. It is intended for implementation purposes only. The class's API may change at any time.
- Since:
- 1.4
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
MUST_BE_TRIMMED
static java.lang.String
MUST_NOT_BE_BLANK
static java.lang.String
MUST_NOT_BE_NULL
static java.lang.String
USE_ELLIPSIS_NOT_THREE_DOTS
-
Constructor Summary
Constructors Modifier Constructor Description private
Messages()
-
-
-
Field Detail
-
MUST_NOT_BE_NULL
public static final java.lang.String MUST_NOT_BE_NULL
- See Also:
- Constant Field Values
-
MUST_NOT_BE_BLANK
public static final java.lang.String MUST_NOT_BE_BLANK
- See Also:
- Constant Field Values
-
MUST_BE_TRIMMED
public static final java.lang.String MUST_BE_TRIMMED
- See Also:
- Constant Field Values
-
USE_ELLIPSIS_NOT_THREE_DOTS
public static final java.lang.String USE_ELLIPSIS_NOT_THREE_DOTS
- See Also:
- Constant Field Values
-
-