public class ExErrItem extends Object
ExFull class.
Objects of this class are error messages, consisting of an associated resource property and an error message text property.
Objects of this class are considered resolved whenever its error message text property has been loaded.
| Constructor and Description |
|---|
ExErrItem()
Instantiate a ExErrItem object -- the default c'tor.
|
ExErrItem(ExErrItem oSource)
Instantiate a ExErrItem object -- the copy c'tor.
|
ExErrItem(int nNewResId)
Instantiate a ExErrItem object -- the ResId c'tor.
|
ExErrItem(int nNewResId,
String sNewText)
Instantiate a ExErrItem object -- the ResId, String c'tor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
resId()
Get this object's resource property.
|
void |
resId(int nNewResId)
Set this object's resource property to the given resource.
|
void |
resolve()
Resolve (load) the resource text associated with this object's resource
property to this object's error message text property, if not already
resolved.
|
String |
text()
Get this object's error message text property.
|
void |
text(String sNewText)
Set this object's error message text property to the given string.
|
String |
toString() |
public ExErrItem()
public ExErrItem(ExErrItem oSource)
public ExErrItem(int nNewResId)
nNewResId - -
set this object's resource property to the given resource.public ExErrItem(int nNewResId,
String sNewText)
nNewResId - -
set this object's resource property to the given resource.sNewText - -
set this object's error message text property to the string
provided. The ructed object is considered resolved.public int resId()
public void resId(int nNewResId)
nNewResId - -
the new resource property.public void resolve()
public String text()
public void text(String sNewText)
sNewText - -
the new error message text property.Copyright © 2010 - 2020 Adobe. All Rights Reserved