public final class Messages extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ILLEGAL_ENUMERATOR_STATE
State of enumerator is invalid.
|
static String |
ILLEGAL_MULTIPLE_ENUMERATIONS
Multiple enumerations have been attempted.
|
static String |
NEGATIVE_ENUMERATOR_EXPECTED_COUNT
Expected enumerator count is negative.
|
static String |
NEGATIVE_ENUMERATOR_INDEX
Index of enumerator is negative.
|
static String |
NEGATIVE_ENUMERATOR_SIZE
Size of enumerator is negative.
|
static String |
NEGATIVE_RETRIES
Negative number of error recovery retries.
|
static String |
NO_SINGLE_ENUMERATOR_ELEMENT
Enumerator should have exactly one element.
|
static String |
NULL_ENUMERATOR_ACCUMULATOR
Function accumulating enumerator elements is
null. |
static String |
NULL_ENUMERATOR_CLASS
Class casting enumerator elements is
null. |
static String |
NULL_ENUMERATOR_COMPARATOR
Function comparing enumerator elements is
null. |
static String |
NULL_ENUMERATOR_CONSUMER
Procedure processing enumerator elements is
null. |
static String |
NULL_ENUMERATOR_GENERATOR
The function generating enumerator elements is
null. |
static String |
NULL_ENUMERATOR_HANDLER
Procedure handling enumeration errors is
null. |
static String |
NULL_ENUMERATOR_MAPPER
Function mapping enumerated elements is
null. |
static String |
NULL_ENUMERATOR_PREDICATE
Predicate that works upon the enumerator is
null. |
static String |
NULL_ENUMERATOR_SOURCE
Enumerator source is
null. |
static String |
NULL_ITERATOR
Iterator is
null. |
static String |
NULL_PIPE_PROCESSOR_OPERATOR
Processor operator is
null. |
| Constructor and Description |
|---|
Messages() |
public static final String NULL_ENUMERATOR_SOURCE
null.public static final String NULL_ENUMERATOR_PREDICATE
null.public static final String NULL_ENUMERATOR_HANDLER
null.public static final String NULL_ENUMERATOR_MAPPER
null.public static final String NULL_ENUMERATOR_GENERATOR
null.public static final String NULL_ENUMERATOR_CONSUMER
null.public static final String NULL_ENUMERATOR_COMPARATOR
null.public static final String NULL_ENUMERATOR_CLASS
null.public static final String NULL_ENUMERATOR_ACCUMULATOR
null.public static final String NULL_ITERATOR
null.public static final String NULL_PIPE_PROCESSOR_OPERATOR
null.public static final String NEGATIVE_ENUMERATOR_SIZE
public static final String NEGATIVE_ENUMERATOR_INDEX
public static final String NEGATIVE_ENUMERATOR_EXPECTED_COUNT
public static final String NEGATIVE_RETRIES
public static final String ILLEGAL_ENUMERATOR_STATE
public static final String ILLEGAL_MULTIPLE_ENUMERATIONS
public static final String NO_SINGLE_ENUMERATOR_ELEMENT
Copyright © 2016. All rights reserved.