Module java.base
Package java.util

Class IllegalFormatCodePointException

    • Constructor Detail

      • IllegalFormatCodePointException

        public IllegalFormatCodePointException​(int c)
        Constructs an instance of this class with the specified illegal code point as defined by Character.isValidCodePoint(int).
        Parameters:
        c - The illegal Unicode code point
    • Method Detail

      • getCodePoint

        public int getCodePoint()
        Returns the illegal code point as defined by Character.isValidCodePoint(int).
        Returns:
        The illegal Unicode code point

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部