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:
Serializable
public class XMLException extends 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(Exception nestedException)StringgetMessage()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-