|
||||||||||
| 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
com.aranai.dungeonator.datastore.DataStoreDeleteException
public class DataStoreDeleteException
A DataStoreDeleteException is thrown when a data storage delete operation fails. The exception includes details on the failure reason and the data used in the unsuccessful operation.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
The Constant serialVersionUID. |
| Constructor Summary | |
|---|---|
DataStoreDeleteException()
Instantiates a new delete exception with default entries. |
|
DataStoreDeleteException(java.lang.String reason,
java.lang.String deleteLocation)
Instantiates a new delete exception with a specified reason for failure and the delete location at which the failure occurred. |
|
| Method Summary |
|---|
| Methods inherited from class com.aranai.dungeonator.datastore.DataStoreException |
|---|
getLocation, getReason |
| 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
| Constructor Detail |
|---|
public DataStoreDeleteException()
public DataStoreDeleteException(java.lang.String reason,
java.lang.String deleteLocation)
reason - the reason for failuresaveLocation - the delete location
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||