Package com.openhtmltopdf.util
Enum LogMessageId.LogMessageId2Param
java.lang.Object
java.lang.Enum<LogMessageId.LogMessageId2Param>
com.openhtmltopdf.util.LogMessageId.LogMessageId2Param
- All Implemented Interfaces:
LogMessageId,Serializable,Comparable<LogMessageId.LogMessageId2Param>,java.lang.constant.Constable
- Enclosing interface:
- LogMessageId
public static enum LogMessageId.LogMessageId2Param extends Enum<LogMessageId.LogMessageId2Param> implements LogMessageId
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface com.openhtmltopdf.util.LogMessageId
LogMessageId.LogMessageId0Param, LogMessageId.LogMessageId1Param, LogMessageId.LogMessageId2Param, LogMessageId.LogMessageId3Param, LogMessageId.LogMessageId4Param, LogMessageId.LogMessageId5Param -
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description StringformatMessage(Object[] args)Enum<?>getEnum()StringgetMessageFormat()StringgetWhere()static LogMessageId.LogMessageId2ParamvalueOf(String name)Returns the enum constant of this type with the specified name.static LogMessageId.LogMessageId2Param[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CSS_PARSE_TOO_MANY_STYLESHEET_IMPORTS
-
CSS_PARSE_COULDNT_PARSE_STYLESHEET_AT_URI
-
CSS_PARSE_GENERIC_MESSAGE
-
XML_ENTITIES_SAX_FEATURE_SET
-
XML_ENTITIES_ENTITY_PUBLIC_NOT_FOUND_OR_LOCAL
-
XML_ENTITIES_ENTITY_CANT_FIND_LOCAL_REFERENCE
-
LAYOUT_CSS_PROPERTY_HAS_UNPROCESSABLE_ASSIGNMENT
public static final LogMessageId.LogMessageId2Param LAYOUT_CSS_PROPERTY_HAS_UNPROCESSABLE_ASSIGNMENT -
LOAD_LOADING_FONT_FROM_SUPPLIER
-
LOAD_CACHE_HIT_STATUS
-
LOAD_SAX_FEATURE_SET
-
LOAD_URI_RESOLVER_REJECTED_LOADING_AT_URI
-
LOAD_COULD_NOT_READ_URI_AT_URL_MAY_BE_RELATIVE
-
LOAD_WAS_ABLE_TO_READ_FROM_URI_USING_PARENT_URL
-
GENERAL_FATAL_INFINITE_LOOP_BUG_IN_LINE_BREAKING_ALGO
public static final LogMessageId.LogMessageId2Param GENERAL_FATAL_INFINITE_LOOP_BUG_IN_LINE_BREAKING_ALGO -
GENERAL_EXPECTING_BOX_CHILDREN_OF_TYPE_BUT_GOT
-
GENERAL_PDF_FOUND_ELEMENT_WITHOUT_ATTRIBUTE_NAME
public static final LogMessageId.LogMessageId2Param GENERAL_PDF_FOUND_ELEMENT_WITHOUT_ATTRIBUTE_NAME -
GENERAL_UNABLE_TO_PARSE_VALUE_AS
-
EXCEPTION_SVG_EXTERNAL_RESOURCE_NOT_ALLOWED
-
EXCEPTION_DEFAULT_USERAGENT_IS_NOT_ABLE_TO_RESOLVE_URL_WITH_BASE_URL
public static final LogMessageId.LogMessageId2Param EXCEPTION_DEFAULT_USERAGENT_IS_NOT_ABLE_TO_RESOLVE_URL_WITH_BASE_URL
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getEnum
- Specified by:
getEnumin interfaceLogMessageId
-
getMessageFormat
- Specified by:
getMessageFormatin interfaceLogMessageId
-
formatMessage
- Specified by:
formatMessagein interfaceLogMessageId
-
getWhere
- Specified by:
getWherein interfaceLogMessageId
-