Uses of Class
java.lang.NullPointerException
-
Packages that use NullPointerException 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。java.awt.print 提供通用打印API的类和接口。javax.management 提供Java管理扩展的核心类。org.xml.sax.helpers 提供帮助类,包括支持引导基于SAX的应用程序。 -
-
Uses of NullPointerException in java.awt
Methods in java.awt that throw NullPointerException Modifier and Type 方法 描述 void
SplashScreen. setImageURL(URL imageURL)
更改启动屏幕图像。 -
Uses of NullPointerException in java.awt.print
Methods in java.awt.print that throw NullPointerException Modifier and Type 方法 描述 abstract void
PrinterJob. setPageable(Pageable document)
查询document
的页数和PageFormat
和Printable
为Pageable
实例中的每个页面,document
。 -
Uses of NullPointerException in javax.management
Methods in javax.management that throw NullPointerException Modifier and Type 方法 描述 static ObjectName
ObjectName. getInstance(String name)
返回可以使用任何可以使用new ObjectName(name)
获得的对象的ObjectName实例。 -
Uses of NullPointerException in org.xml.sax.helpers
Methods in org.xml.sax.helpers that throw NullPointerException Modifier and Type 方法 描述 static Parser
ParserFactory. makeParser()
已过时。使用`org.xml.sax.parser'系统属性创建一个新的SAX解析器。
-