public static enum UESSheetRTException.E10901 extends java.lang.Enum<UESSheetRTException.E10901> implements ServiceErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M02
Invalid main entity.
|
M03
"Input parameter artifactUri must be set.
|
M05
"Unable to check-out the sheet.
|
M06
Unable to read the content input stream.
|
M07
Unable to check-in the sheet.
|
M08
Unable to export the sheet content into an UArchive.
|
M09
"Unable to close the input stream after reading the content of sheet."
|
M10
"Invalid input parameter templateUri.
|
M12
Invalid input parameter templateUri.
|
M13
"Invalid parameter name.
|
M14
"Invalid parameter code.
|
M15
The sheet content in XML format must be in UTF-8 encoding.
|
M16
Unsupported format of sheet content.
|
M17
Invalid parameter name.
|
M18
Cannot set component content.
|
M19
Invalid input parameter componentId.
|
M20
XML transformation of content failed.
|
M21
Unable to check-in the sheet content.
|
M22
Unable to get the component content as reading the content input stream failed.
|
M23
Cannot check-in the sheet.
|
M24
Cannot get component content.
|
M25
Cannot set component content.
|
M26
It is not possible to set component content on a sheet template.
|
M27
It is not possible to get component content of a sheet template.
|
M28
Component with ID cannot be deleted, because it is inside citation.
|
M29
Component with ID was not found.
|
M30
It is not possible to delete component content from a sheet template.
|
M31
Cannot delete component.
|
M32
Component with UUID {0} was found , but was of wrong type.
|
M33
It is not possible to add paragraph to a sheet template.
|
M34
Cannot add paragraph.
|
M35
Paragraph cannot be inserted before element with UUID {0}, because this element is inside citation.
|
M36
Paragraph cannot be inserted after element with UUID {0}, because this element is inside citation.
|
M37
Paragraph cannot be inserted before element with UUID {0}, because this inserting before element of this type ({1}) is not supported.
|
M38
Paragraph cannot be inserted after element with UUID {0}, because this inserting after element of this type ({1}) is not supported.
|
M39
Sheet list cannot be ordered by the attribute {0}, because it is not supported.
|
M40
single sheet cannot be deleted.
|
M41
Cannot delete the object.
|
M42
Sheet cannot be set as main sheet and be hidden at the same time.
|
M43
Cannot modify sheet properties.
|
M44
It is not possible to publish content of a sheet template.
|
M45
Cannot set the attribute {0}.
|
M46
"Wrong width type name, allowed ones are: DEFAULT, WIDTH_650PX, WIDTH_906PX, WIDTH_1226PX"
|
M47
"Wrong mime type name, allowed ones are: UARCHIVE, UXML, BBCODE, HTML, HTML_WITH_SOURCES"
|
M48
"Wrong version strategy type name, allowed ones are: DO_NOT_PUBLISH, CREATE_NEW_VERSION, OVERWRITE_VERSION"
|
M49
"Unable to unlock the sheet.
|
M50
"Invalid main entity.
|
M51
"Sheet version not found."
|
M52
"Cannot delete last version from history."
|
M53
Operation is only supported on sheet, not the object derived from sheet.
|
M54
"Unable to export the sheet content into HTML archive."
|
M55
"Cannot create link to property of object in other territory."
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
messsage |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESSheetRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
java.lang.String |
getMessage()
Gets a message related to the error code.
|
static UESSheetRTException.E10901 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESSheetRTException.E10901[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESSheetRTException.E10901 c : UESSheetRTException.E10901.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 nullServiceErrorCode
getMessage
in interface ServiceErrorCode
getExceptionClass
in interface ErrorCode