|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorConstants
The built in error codes.
Field Summary | |
---|---|
static String |
ERR_STREAM_FORMAT_UNREADABLE
The error code when a url of a particular format is unreadable (corrupt). |
static String |
ERR_STREAM_UNREADABLE
The error code when a stream is unreadable (corrupt or unsupported). |
static String |
ERR_URL_FORMAT_UNREADABLE
The error code when a url of a particular format is unreadable (corrupt). |
static String |
ERR_URL_UNINTERPRETABLE
The error code when the data in the url is uninterpretable by this software (meaning it's corrupt or an unsupported format of some sort). |
static String |
ERR_URL_UNREACHABLE
The error code when a url is unreachable (ussually bad URL, or server is down). |
static String |
RESOURCES
The error messages bundle class name. |
Field Detail |
---|
static final String RESOURCES
static final String ERR_STREAM_UNREADABLE
static final String ERR_STREAM_FORMAT_UNREADABLE
{0} = the format that couldn't be read.
static final String ERR_URL_UNINTERPRETABLE
{0} = the ParsedURL that couldn't be read.
static final String ERR_URL_UNREACHABLE
{0} = the ParsedURL that couldn't be read.
static final String ERR_URL_FORMAT_UNREADABLE
{0} = the format that couldn't be read. {1} = the ParsedURL for file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |