Specification issue: javax.xml.validation.SchemaFactoryConfigurationError default constructor

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P4
    • None
    • Affects Version/s: 8
    • Component/s: xml
    • b111
    • 8
    • generic
    • generic

      javax.xml.validation.SchemaFactoryConfigurationError default constructor specification should specify that it creates instance with null as its detail message, now it specifies that instance is created with "no detail message":

          /**
           * Create a new <code>SchemaFactoryConfigurationError</code> with no
           * detail message.
           */

      It should be similar to java.lang.Error default constructor otherwise it's not clear enough what "no detail message" means:

          /**
           * Constructs a new error with {@code null} as its detail message.
           ....

            Assignee:
            Joe Wang
            Reporter:
            Georgiy Rakov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: