Package org.hibernate.processor.util.xml
Class XmlParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.hibernate.processor.util.xml.XmlParsingException
-
- All Implemented Interfaces:
Serializable
public class XmlParsingException extends Exception
Custom exception for all sorts of XML parsing related exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlParsingException(String message, Throwable root)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-