22 package com.realtime.crossfire.jxclient.skin.source;
25 import java.io.IOException;
40 }
catch (
final IOException ex) {
41 throw new JXCSkinException(
getURI(
"global.skin")+
": "+ex.getMessage(), ex);
String getURI(@NotNull String name)
Returns a description of the location of a resource name.
Abstract base class for JXCSkinSource implementations.
InputStream getInputStream(@NotNull String name)
Returns an InputStream for a resource name.
Interface for providers of JXCSkin sources.
void checkAccess()
Checks that the skin exists and can be accessed.
Exception thrown if a skin related problem occurs.