public class LocalizedStringKeys extends Object
Represents a container for localization messages templates.
Modifier and Type | Field and Description |
---|---|
static String |
EXC_TMPL_CACHE_FILE_NOT_FOUND
Cache file not found exception template.
|
static String |
EXC_TMPL_CORRUPTED_OR_DAMAGED_FILE
Corrupted or damaged file exception template.
|
static String |
EXC_TMPL_FILE_TYPE_NOT_SUPPORTED
File type not supported exception template.
|
static String |
EXC_TMPL_GUID_NOT_SPECIFIED
GUID not specified exception message.
|
static String |
EXC_TMPL_INVALID_PASSWORD
Invalid password exception template.
|
static String |
EXC_TMPL_PASSWORD_PROTECTED_FILE
The password protected file exception template.
|
static String |
EXC_TMPL_STORAGE_PATH_NOT_SPECIFIED
Storage path not specified exception message.
|
static String |
EXC_TMPL_TRANSFORMATION_FAILED_PAGE_NOT_EXIST
Transformation failed because provided page does not exist exception template.
|
Constructor and Description |
---|
LocalizedStringKeys() |
public static final String EXC_TMPL_CORRUPTED_OR_DAMAGED_FILE
Corrupted or damaged file exception template. Default template is "Could not load file '{0}'. File is corrupted or damaged.", the {0} parameter is replaced by file GUID.
public static final String EXC_TMPL_FILE_TYPE_NOT_SUPPORTED
File type not supported exception template. Default template is "File type '{0}' is not supported.", the {0} parameter is replaced by file extension.
public static final String EXC_TMPL_INVALID_PASSWORD
Invalid password exception template. Default template is "Unable to decrypt file '{0}'. Password is invalid.", the {0} parameter is replaced by file GUID.
public static final String EXC_TMPL_PASSWORD_PROTECTED_FILE
The password protected file exception template. Default template is "Unable to open encrypted file '{0}'. Please provide password.", the {0} parameter is replaced by file GUID.
public static final String EXC_TMPL_STORAGE_PATH_NOT_SPECIFIED
Storage path not specified exception message. Default message is "The storage path is not specified. Please provide storage path.".
public static final String EXC_TMPL_CACHE_FILE_NOT_FOUND
Cache file not found exception template. Default template is "Could not find cached file '{0}'.", the {0} parameter is replaced by file path that was not found.
public static final String EXC_TMPL_GUID_NOT_SPECIFIED
GUID not specified exception message. Default message is "The file GUID is not specified. Please provide file GUID.".
public static final String EXC_TMPL_TRANSFORMATION_FAILED_PAGE_NOT_EXIST
Transformation failed because provided page does not exist exception template. Default template is "Unable to transformation file '{0}'. Page number '{1}' does not exist.", the {0} is replaced by file GUID, the {1} is replaced by page number.
Copyright © 2018. All rights reserved.