|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.aranai.dungeonator.datastore.DataStoreException
public class DataStoreException
| Field Summary | |
|---|---|
private java.lang.String |
location
The location at which a failure occurred. |
private java.lang.String |
reason
The reason for failure. |
private static long |
serialVersionUID
The Constant serialVersionUID. |
| Constructor Summary | |
|---|---|
DataStoreException()
Instantiates a new data store exception with default entries. |
|
DataStoreException(java.lang.String reason,
java.lang.String location)
Instantiates a new data store exception with a specified reason for failure and the location at which the failure occurred. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocation()
Gets the save location. |
java.lang.String |
getReason()
Gets the reason for failure. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private java.lang.String reason
private java.lang.String location
| Constructor Detail |
|---|
public DataStoreException()
public DataStoreException(java.lang.String reason,
java.lang.String location)
reason - the reasonlocation - the location| Method Detail |
|---|
public java.lang.String getReason()
public java.lang.String getLocation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||