This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
Exception Summary |
AttributeInUseException |
This exception is thrown when an operation attempts
to add an attribute that already exists. |
AttributeModificationException |
This exception is thrown when an attempt is
made to add, or remove, or modify an attribute, its identifier,
or its values that conflicts with the attribute's (schema) definition
or the attribute's state. |
InvalidAttributeIdentifierException |
This exception is thrown when an attempt is
made to add to create an attribute with an invalid attribute identifier. |
InvalidAttributesException |
This exception is thrown when an attempt is
made to add or modify an attribute set that has been specified
incompletely or incorrectly. |
InvalidAttributeValueException |
This class is thrown when an attempt is
made to add to an attribute a value that conflicts with the attribute's
schema definition. |
InvalidSearchControlsException |
This exception is thrown when the specification of
the SearchControls for a search operation is invalid. |
InvalidSearchFilterException |
This exception is thrown when the specification of
a search filter is invalid. |
NoSuchAttributeException |
This exception is thrown when attempting to access
an attribute that does not exist. |
SchemaViolationException |
This exception is thrown when a method
in some ways violates the schema. |
This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
This page displays the
Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
The official Sun™ documentation can be found here at
http://java.sun.com/javase/6/docs/api/.