Class XMLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLException
-
- All Implemented Interfaces:
java.io.Serializable
public class XMLException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNestedException(java.lang.Exception nestedException)java.lang.StringgetMessage()java.lang.StringtoString()
-