public class ParsePropertiesException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
static String |
CANNOT_FIND_JSON_TYPE_OBJ |
static String |
CANNOT_FIND_TYPE_RESOLVER_MSG |
static String |
PROPERTY_KEY_NEEDS_TO_BE_STRING_TYPE |
static String |
STRING_RESOLVER_AS_NOT_LAST |
static String |
STRING_TO_JSON_RESOLVER_AS_NOT_LAST |
| Constructor and Description |
|---|
ParsePropertiesException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String STRING_RESOLVER_AS_NOT_LAST
public static final String STRING_TO_JSON_RESOLVER_AS_NOT_LAST
public static final String PROPERTY_KEY_NEEDS_TO_BE_STRING_TYPE
public static final String CANNOT_FIND_TYPE_RESOLVER_MSG
public static final String CANNOT_FIND_JSON_TYPE_OBJ
public ParsePropertiesException(String message)
Copyright © 2022. All rights reserved.