public final class PropertyReadFailReason extends PEXAFatalReason
修飾子とタイプ | フィールドと説明 |
---|---|
static PropertyReadFailReason |
GET_PROPERTIES_FAILED
Acquisition of properties failed because of limitation of security.
|
static PropertyReadFailReason |
GET_RESFILE_FAILED
Acquisition of Resouce file failed.
|
static PropertyReadFailReason |
PROPERTIES_FORMAT_INVALID
Invalid format of properties.
|
static PropertyReadFailReason |
RESFILE_NOT_FOUND
Resource file not found.
|
修飾子 | コンストラクタと説明 |
---|---|
protected |
PropertyReadFailReason(int reasonCode,
java.lang.String reason)
Constructor
|
public static final PropertyReadFailReason RESFILE_NOT_FOUND
public static final PropertyReadFailReason GET_RESFILE_FAILED
public static final PropertyReadFailReason GET_PROPERTIES_FAILED
public static final PropertyReadFailReason PROPERTIES_FORMAT_INVALID