public class AbstractModelLoader.BrokenModel extends java.lang.Object implements ICacheableModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.Exception |
exception
The exception.
|
protected java.lang.String |
filename
The filename.
|
protected long |
lastcheck
Time of last check.
|
protected long |
lastmod
The file modification time.
|
Constructor and Description |
---|
BrokenModel(java.lang.Exception e,
ResourceInfo info)
Create a broken model.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException()
Get the exception.
|
java.lang.String |
getFilename()
Get the filename.
|
long |
getLastChecked()
Get the last check time of the model.
|
long |
getLastModified()
Get the last modification time of the model.
|
void |
setLastChecked(long time)
Set the last check time of the model.
|
protected long lastcheck
protected java.lang.Exception exception
protected java.lang.String filename
protected long lastmod
public BrokenModel(java.lang.Exception e, ResourceInfo info)
public long getLastChecked()
getLastChecked
in interface ICacheableModel
public void setLastChecked(long time)
setLastChecked
in interface ICacheableModel
time
- The last check time of the model.public long getLastModified()
getLastModified
in interface ICacheableModel
public java.lang.String getFilename()
getFilename
in interface ICacheableModel
public java.lang.Exception getException()