Interface ErrorConstants
- All Known Implementing Classes:
AbstractImageIORegistryEntry, AbstractRegistryEntry, ImageIOJPEGRegistryEntry, ImageIOPNGRegistryEntry, ImageIOTIFFRegistryEntry, ImageTagRegistry, JDKRegistryEntry, MagicNumberRegistryEntry, PNGRegistryEntry
public interface ErrorConstants
The built in error codes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe error code when a url of a particular format is unreadable (corrupt).static final StringThe error code when a stream is unreadable (corrupt or unsupported).static final StringThe error code when a url of a particular format is unreadable (corrupt).static final StringThe 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 final StringThe error code when a url is unreachable (ussually bad URL, or server is down).static final StringThe error messages bundle class name.
-
Field Details
-
RESOURCES
-
ERR_STREAM_UNREADABLE
The error code when a stream is unreadable (corrupt or unsupported).- See Also:
-
ERR_STREAM_FORMAT_UNREADABLE
The error code when a url of a particular format is unreadable (corrupt).{0} = the format that couldn't be read.- See Also:
-
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).{0} = the ParsedURL that couldn't be read.- See Also:
-
ERR_URL_UNREACHABLE
The error code when a url is unreachable (ussually bad URL, or server is down).{0} = the ParsedURL that couldn't be read.- See Also:
-
ERR_URL_FORMAT_UNREADABLE
The error code when a url of a particular format is unreadable (corrupt).{0} = the format that couldn't be read. {1} = the ParsedURL for file.- See Also:
-