类 InvalidGraphException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.graph.InvalidGraphException
-
- 所有已实现的接口:
Serializable
public class InvalidGraphException extends HibernateException
Thrown byGraphParserto indicate textual entity graph representation parsing errors.- 作者:
- asusnjar
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 InvalidGraphException(String message)
-
方法概要
-
-
-
构造器详细资料
-
InvalidGraphException
public InvalidGraphException(String message)
-
-