Package com.openhtmltopdf.util
Enum Class LogMessageId.LogMessageId3Param
java.lang.Object
java.lang.Enum<LogMessageId.LogMessageId3Param>
com.openhtmltopdf.util.LogMessageId.LogMessageId3Param
- All Implemented Interfaces:
LogMessageId
,Serializable
,Comparable<LogMessageId.LogMessageId3Param>
,Constable
- Enclosing interface:
LogMessageId
public static enum LogMessageId.LogMessageId3Param
extends Enum<LogMessageId.LogMessageId3Param>
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
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LogMessageIdFormat
private final String
private final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformatMessage
(Object[] args) Enum
<?> getEnum()
getWhere()
Returns the enum constant of this class with the specified name.static LogMessageId.LogMessageId3Param[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GENERAL_PDF_ACCESSIBILITY_INCOMPATIBLE_CHILD
-
EXCEPTION_URI_WITH_BASE_URI_INVALID
-
EXCEPTION_SVG_SCRIPT_NOT_ALLOWED
-
-
Field Details
-
where
-
messageFormat
-
logMessageIdFormat
-
-
Constructor Details
-
LogMessageId3Param
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
getEnum
- Specified by:
getEnum
in interfaceLogMessageId
-
getMessageFormat
- Specified by:
getMessageFormat
in interfaceLogMessageId
-
getWhere
- Specified by:
getWhere
in interfaceLogMessageId
-
formatMessage
- Specified by:
formatMessage
in interfaceLogMessageId
-