public abstract class LayerLoader
extends java.lang.Object
Constructor and Description |
---|
LayerLoader(Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.String |
getErrorMessage()
It returns the error message
|
Resource |
getResource() |
protected abstract java.lang.String |
getWindowMessage()
It returns the window title for an window error message
|
abstract void |
loadLayer() |
void |
setResource(Resource resource) |
public LayerLoader(Resource resource)
public abstract void loadLayer() throws LayerLoaderException
LayerLoaderException
protected abstract java.lang.String getErrorMessage()
protected abstract java.lang.String getWindowMessage()
public Resource getResource()
public void setResource(Resource resource)