|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
se.entitymanager.logic.EntityRenameFailedException
public class EntityRenameFailedException
Exception which is thrown to indicate, that a renaming of an entity failed.
| Field Summary | |
|---|---|
private EntityInterface |
entity
The entity whose renaming failed. |
private java.lang.String |
reason
The reason for why renaming failed. |
| Constructor Summary | |
|---|---|
EntityRenameFailedException(EntityInterface entity,
java.lang.String reason)
Constructs an exception to indicate , that renaming of an entity failed. |
|
| Method Summary | |
|---|---|
EntityInterface |
getEntity()
Returns the entity whose renaming failed. |
java.lang.String |
getReason()
Returns the reason why renaming failed. |
| 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 EntityInterface entity
getEntity()private java.lang.String reason
getReason()| Constructor Detail |
|---|
public EntityRenameFailedException(EntityInterface entity,
java.lang.String reason)
entity - the entityreason - the reason why renaming failed| Method Detail |
|---|
public EntityInterface getEntity()
public java.lang.String getReason()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||