|
||||||||||
| 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.EntityPasteFailedException
public class EntityPasteFailedException
Exception which is thrown to indicate, that cutting or copying of an entity failed.
| Field Summary | |
|---|---|
private EntityInterface |
entity
The entity whose cutting or copying failed. |
private java.lang.String |
reason
The reason for why cutting or copying failed. |
| Constructor Summary | |
|---|---|
EntityPasteFailedException(EntityInterface entity,
java.lang.String reason)
Constructs an exception to indicate , that cutting or copying of an entity failed. |
|
EntityPasteFailedException(java.lang.String entity,
java.lang.String reason)
Constructs an exception to indicate , that cutting or copying of an entity failed. |
|
| Method Summary | |
|---|---|
EntityInterface |
getEntity()
Returns the entity whose cutting or copying failed. |
java.lang.String |
getReason()
Returns the reason why cutting or copying 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 EntityPasteFailedException(EntityInterface entity,
java.lang.String reason)
entity - the entityreason - the reason why cutting or copying failed
public EntityPasteFailedException(java.lang.String entity,
java.lang.String reason)
entity - the entityreason - the reason why cutting or copying 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 | |||||||||