扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.util类illegalformatcodepointexception的类成员方法: illegalformatcodepointexception定义及介绍
发布时间:2014-2-17
本文导语:
illegalformatcodepointexception
public illegalformatcodepointexception(int c)
构造此类的实例,使其具有 character.isvalidcodepoint(int) 所定义的指定非法代码点。
参数:c - 非法 unicode 代码点。
getcodepoint
public int getcodepoint()...