|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.leadware.persistence.tools.api.exceptions.JPersistenceToolsException
net.leadware.persistence.tools.api.exceptions.InvalidEntityInstanceStateException
public class InvalidEntityInstanceStateException
Classe representant une exception levee par La validation
| Field Summary | |
|---|---|
private String |
entityName
Nom de l'entité en echec |
private String |
propertyName
Nom de la propriété en echec |
private static long |
serialVersionUID
ID Genere par Eclipse |
| Fields inherited from class net.leadware.persistence.tools.api.exceptions.JPersistenceToolsException |
|---|
DEFAULT_MESSAGE |
| Constructor Summary | |
|---|---|
InvalidEntityInstanceStateException(String entityName,
String propertyName,
String message)
Constructeur par defaut |
|
| Method Summary | |
|---|---|
String |
getEntityName()
Méthode d'obtention du nom de l'entité en echec |
String |
getPropertyName()
Méthode d'obtention du nom de la propriété en echec |
String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| 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 String entityName
private String propertyName
| Constructor Detail |
|---|
public InvalidEntityInstanceStateException(String entityName,
String propertyName,
String message)
| Method Detail |
|---|
public String getEntityName()
public String getPropertyName()
public String toString()
toString in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||