Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8027165

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 8
    • 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.
           ....

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

              Created:
              Updated:
              Resolved: