| 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NullPointerException | |
|---|---|
| java.awt.print | Provides classes and interfaces for a general printing API. | 
| javax.management | Provides the core classes for the Java Management Extensions. | 
| org.xml.sax.helpers | This package contains "helper" classes, including support for bootstrapping SAX-based applications. | 
| Uses of NullPointerException in java.awt.print | 
|---|
| Methods in java.awt.print that throw NullPointerException | |
|---|---|
abstract  void | 
PrinterJob.setPageable(Pageable document)
Queries document for the number of pages and 
 the PageFormat and Printable for each
 page held in the Pageable instance,  
 document. | 
| Uses of NullPointerException in javax.management | 
|---|
| Methods in javax.management that throw NullPointerException | |
|---|---|
 boolean | 
ObjectName.apply(ObjectName name)
Test whether this ObjectName, which may be a pattern, matches another ObjectName.  | 
static ObjectName | 
ObjectName.getInstance(ObjectName name)
Return an instance of ObjectName that can be used anywhere the given object can be used.  | 
static ObjectName | 
ObjectName.getInstance(String name)
Return an instance of ObjectName that can be used anywhere an object obtained with new
 ObjectName(name) can be used. | 
static ObjectName | 
ObjectName.getInstance(String domain,
            Hashtable table)
Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(domain, table) can be used. | 
static ObjectName | 
ObjectName.getInstance(String domain,
            String key,
            String value)
Return an instance of ObjectName that can be used anywhere an object obtained with new ObjectName(domain, key, value) can be used. | 
 String | 
ObjectName.getKeyProperty(String property)
Obtains the value associated with a key in a key property.  | 
static String | 
ObjectName.quote(String s)
Returns a quoted form of the given String, suitable for inclusion in an ObjectName.  | 
static String | 
ObjectName.unquote(String q)
Returns an unquoted form of the given String.  | 
| Constructors in javax.management that throw NullPointerException | |
|---|---|
ObjectName(String name)
Construct an object name from the given string.  | 
|
ObjectName(String domain,
           Hashtable table)
Construct an object name with several key properties from a Hashtable.  | 
|
ObjectName(String domain,
           String key,
           String value)
Construct an object name with exactly one key property.  | 
|
| Uses of NullPointerException in org.xml.sax.helpers | 
|---|
| Methods in org.xml.sax.helpers that throw NullPointerException | |
|---|---|
static Parser | 
ParserFactory.makeParser()
Deprecated. Create a new SAX parser using the `org.xml.sax.parser' system property.  | 
  | 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.