Class XMLPlatformException

    • Field Detail

      • XML_PLATFORM_CLASS_NOT_FOUND

        public static final int XML_PLATFORM_CLASS_NOT_FOUND
        See Also:
        Constant Field Values
      • XML_PLATFORM_COULD_NOT_INSTANTIATE

        public static final int XML_PLATFORM_COULD_NOT_INSTANTIATE
        See Also:
        Constant Field Values
      • XML_PLATFORM_COULD_NOT_CREATE_DOCUMENT

        public static final int XML_PLATFORM_COULD_NOT_CREATE_DOCUMENT
        See Also:
        Constant Field Values
      • XML_PLATFORM_INVALID_XPATH

        public static final int XML_PLATFORM_INVALID_XPATH
        See Also:
        Constant Field Values
      • XML_PLATFORM_VALIDATION_EXCEPTION

        public static final int XML_PLATFORM_VALIDATION_EXCEPTION
        See Also:
        Constant Field Values
      • XML_PLATFORM_PARSER_ERROR_RESOLVING_XML_SCHEMA

        public static final int XML_PLATFORM_PARSER_ERROR_RESOLVING_XML_SCHEMA
        See Also:
        Constant Field Values
      • XML_PLATFORM_PARSE_EXCEPTION

        public static final int XML_PLATFORM_PARSE_EXCEPTION
        See Also:
        Constant Field Values
      • XML_PLATFORM_PARSER_FILE_NOT_FOUND_EXCEPTION

        public static final int XML_PLATFORM_PARSER_FILE_NOT_FOUND_EXCEPTION
        See Also:
        Constant Field Values
      • XML_PLATFORM_PARSER_SAX_PARSE_EXCEPTION

        public static final int XML_PLATFORM_PARSER_SAX_PARSE_EXCEPTION
        See Also:
        Constant Field Values
      • XML_PLATFORM_TRANSFORM_EXCEPTION

        public static final int XML_PLATFORM_TRANSFORM_EXCEPTION
        See Also:
        Constant Field Values
      • XML_PLATFORM_INVALID_TYPE

        public static final int XML_PLATFORM_INVALID_TYPE
        See Also:
        Constant Field Values
    • Constructor Detail

      • XMLPlatformException

        protected XMLPlatformException​(java.lang.String message)
    • Method Detail

      • xmlPlatformClassNotFound

        public static XMLPlatformException xmlPlatformClassNotFound​(java.lang.String xmlPlatformClassName,
                                                                    java.lang.Exception nestedException)
      • xmlPlatformCouldNotInstantiate

        public static XMLPlatformException xmlPlatformCouldNotInstantiate​(java.lang.String xmlPlatformClassName,
                                                                          java.lang.Exception nestedException)
      • xmlPlatformCouldNotCreateDocument

        public static XMLPlatformException xmlPlatformCouldNotCreateDocument​(java.lang.Exception nestedException)
      • xmlPlatformInvalidXPath

        public static XMLPlatformException xmlPlatformInvalidXPath​(java.lang.Exception nestedException)
      • xmlPlatformValidationException

        public static XMLPlatformException xmlPlatformValidationException​(java.lang.Exception nestedException)
      • xmlPlatformValidationException

        public static XMLPlatformException xmlPlatformValidationException​(java.lang.String errorMessage)
        Takes an error messsage string
      • xmlPlatformParseException

        public static XMLPlatformException xmlPlatformParseException​(java.lang.Exception nestedException)
      • xmlPlatformFileNotFoundException

        public static XMLPlatformException xmlPlatformFileNotFoundException​(java.io.File file,
                                                                            java.io.IOException nestedException)
      • xmlPlatformSAXParseException

        public static XMLPlatformException xmlPlatformSAXParseException​(org.xml.sax.SAXParseException nestedException)
      • xmlPlatformErrorResolvingXMLSchema

        public static XMLPlatformException xmlPlatformErrorResolvingXMLSchema​(java.net.URL url,
                                                                              java.lang.Exception nestedException)
      • xmlPlatformErrorResolvingXMLSchemas

        public static XMLPlatformException xmlPlatformErrorResolvingXMLSchemas​(java.lang.Object[] schemas,
                                                                               java.lang.Exception nestedException)
      • xmlPlatformTransformException

        public static XMLPlatformException xmlPlatformTransformException​(java.lang.Exception nestedException)