Class XMLParseException

All Implemented Interfaces:
Serializable

public class XMLParseException extends EclipseLinkException
See Also:
  • Field Details

    • EXCEPTION_CREATING_DOCUMENT_BUILDER

      public static final int EXCEPTION_CREATING_DOCUMENT_BUILDER
      See Also:
    • EXCEPTION_READING_XML_DOCUMENT

      public static final int EXCEPTION_READING_XML_DOCUMENT
      See Also:
    • EXCEPTION_CREATING_SAX_PARSER

      public static final int EXCEPTION_CREATING_SAX_PARSER
      See Also:
    • EXCEPTION_CREATING_XML_READER

      public static final int EXCEPTION_CREATING_XML_READER
      See Also:
    • EXCEPTION_SETTING_SCHEMA_SOURCE

      public static final int EXCEPTION_SETTING_SCHEMA_SOURCE
      See Also:
  • Constructor Details

    • XMLParseException

      public XMLParseException()
      INTERNAL: TopLink exceptions should only be thrown by TopLink.
    • XMLParseException

      protected XMLParseException(String message)
      INTERNAL: TopLink exceptions should only be thrown by TopLink.
    • XMLParseException

      protected XMLParseException(String message, Throwable internalException)
      INTERNAL: TopLink exceptions should only be thrown by TopLink.
  • Method Details