Package org.hibernate.jpamodelgen
Class MetaModelGenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hibernate.jpamodelgen.MetaModelGenerationException
-
- All Implemented Interfaces:
java.io.Serializable
public class MetaModelGenerationException extends java.lang.RuntimeException
RuntimeException
used for errors during meta model generation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaModelGenerationException()
MetaModelGenerationException(java.lang.String message)
-