当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
DuplicateMappingException (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate
Class DuplicateMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
org.hibernate.MappingException
org.hibernate.DuplicateMappingException
- All Implemented Interfaces:
- Nestable, Serializable
- public class DuplicateMappingException
- extends MappingException
Raised whenever a duplicate for a certain type occurs.
Duplicate class, table, property name etc.
- Author:
- Max Rydahl Andersen
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
DuplicateMappingException
public DuplicateMappingException(String customMessage,
String type,
String name)
DuplicateMappingException
public DuplicateMappingException(String type,
String name)
getType
public String getType()
getName
public String getName()