java.lang.Objectcom.realtime.crossfire.jxclient.skin.source.AbstractJXCSkinSource
public abstract class AbstractJXCSkinSource
Abstract base class for JXCSkinSource implementations.
| Constructor Summary | |
|---|---|
AbstractJXCSkinSource()
|
|
| Method Summary | |
|---|---|
protected void |
checkAccess()
Checks that the skin exists and can be accessed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.realtime.crossfire.jxclient.skin.source.JXCSkinSource |
|---|
getInputStream, getURI |
| Constructor Detail |
|---|
public AbstractJXCSkinSource()
| Method Detail |
|---|
protected void checkAccess()
throws JXCSkinException
JXCSkinException - if the skin does not exist or cannot be loaded