- java.lang.Object
-
- ch.qos.logback.core.spi.ErrorCodes
-
public class ErrorCodes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringEMPTY_MODEL_STACKstatic StringMISSING_IF_EMPTY_MODEL_STACKstatic StringPARENT_MODEL_NOT_FOUNDstatic StringROOT_LEVEL_CANNOT_BE_SET_TO_NULLstatic StringSKIPPING_IMPLICIT_MODEL_ADDITION
-
Constructor Summary
Constructors Constructor Description ErrorCodes()
-
-
-
Field Detail
-
EMPTY_MODEL_STACK
public static final String EMPTY_MODEL_STACK
- See Also:
- Constant Field Values
-
MISSING_IF_EMPTY_MODEL_STACK
public static final String MISSING_IF_EMPTY_MODEL_STACK
- See Also:
- Constant Field Values
-
PARENT_MODEL_NOT_FOUND
public static final String PARENT_MODEL_NOT_FOUND
- See Also:
- Constant Field Values
-
SKIPPING_IMPLICIT_MODEL_ADDITION
public static final String SKIPPING_IMPLICIT_MODEL_ADDITION
- See Also:
- Constant Field Values
-
ROOT_LEVEL_CANNOT_BE_SET_TO_NULL
public static final String ROOT_LEVEL_CANNOT_BE_SET_TO_NULL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ErrorCodes
public ErrorCodes()
-
-