public static enum UESSheetRTBBCodeException.UESSheetBBCodeValidationErrorCode extends java.lang.Enum<UESSheetRTBBCodeException.UESSheetBBCodeValidationErrorCode> implements ErrorCode
Enum Constant and Description |
---|
M00
BBCode validation failed, {0} problems was found:
|
M01
Unknown error during BBCode validation
|
M02
The structure of the text being edited is not valid.
|
M03
The structure of the text being edited is not valid.
|
M05
User is not authorized to create a link to the activity with code {1}!
|
M08
User is not authorized to create a link to the attachment with code {1}!
|
M10
There is no object that can be linked with code '{1}'.
|
M11
A button name must be entered.
|
M14
There is no emoticon with code '{1}'!
|
M15
A name must be entered for the logical block.
|
M17
There is no property with code '{1}'!
|
M18
User is not authorized to create a link to the additional property with code {1}!
|
M19
Properties values from other territories cannot be inserted.
|
M22
Duplicate element ID.
|
M23
Property templates cannot be inserted into artifact content.
|
M24
The value in parameter '{1}' must be a whole number.
|
M25
The maximum video width is {1} px.
|
M26
The URL address is in an invalid format.
|
M29
Invalid combination of attribute values.
|
M30
No image exists with code '{1}'.
|
M33
You are not authorized to insert the image with code '{1}'!
|
M34
There is no citation source with code '{1}'.
|
M35
The citation cannot be created because it contains content not supported in the microeditor
|
M38
You are not authorized to cite the source with code '{1}'.!
|
M39
Citations of sources from other territories cannot be inserted.
|
M40
The code inserted is not supported and could not be processed.
|
M41
The button name is too long.
|
M42
Incorrect XML structure.
|
M43
Elements of upper index [sup] and lower index [sub] cannot be nested inside each other.
|
M44
The font size entered is not supported.
|
M45
The font type entered is not supported.
|
M46
An object code must be entered.
|
M47
It is necessary to enter property code.
|
M48
It is necessary to enter hypertext link URL.
|
M49
It is necessary to enter emoticon code.
|
M50
The URL or embed code of a video must be entered.
|
M51
Invalid format of URL address.
|
M52
Invalid source code language.
|
M54
There is no functionality with code '{1}'!
|
M55
A functionality code must be entered.
|
M56
Text in the list must be part of a list item.
|
M57
The color entered is not supported.
|
M58
The structure of the text being edited is not valid.
|
M59
Insertion of Data Structure type property is not supported.
|
M60
Text in the list must be part of a list item.
|
M61
A value from '{1}' to '{1}' must be entered.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESSheetRTBBCodeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESSheetRTBBCodeException.UESSheetBBCodeValidationErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESSheetRTBBCodeException.UESSheetBBCodeValidationErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESSheetRTBBCodeException.UESSheetBBCodeValidationErrorCode c : UESSheetRTBBCodeException.UESSheetBBCodeValidationErrorCode.values()) System.out.println(c);
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullgetExceptionClass
in interface ErrorCode