Package java.util

Class IllformedLocaleException

    • Constructor Detail

      • IllformedLocaleException

        public IllformedLocaleException()
        Constructs a new instance with no detail message and an error index of -1.
      • IllformedLocaleException

        public IllformedLocaleException​(String message)
        Constructs a new instance with the specified error message.
      • IllformedLocaleException

        public IllformedLocaleException​(String message,
                                        int errorIndex)
        Constructs a new instance with the specified error message and error index.
    • Method Detail

      • getErrorIndex

        public int getErrorIndex()