Class XmlParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hibernate.jpamodelgen.util.xml.XmlParsingException
-
- All Implemented Interfaces:
java.io.Serializable
public class XmlParsingException extends java.lang.Exception
Custom exception for all sorts of XML parsing related exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlParsingException(java.lang.String message, java.lang.Throwable root)
-