Package Specification Related Documentation java.lang.Character (for getType) java.util.Locale java.util.Calendar java.util.GregorianCalendar java.util.Date java.util.ResourceBundle java.util.ListResourceBundle java.util.PropertyResourceBundle java.util.TimeZone ...
publicThrowable() Constructs a newThrowablewithnullas its error message string. Also, the methodfillInStackTrace()is called for this object. Throwable(Stringmessage) Constructs a newThrowablewith the specified error message. Also, the method is called for this object. Parameters: message- the error ...
This document is the API specification of the Java 2 Platform, Standard Edition, version 1.2.2. See: Description Packages java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context. java.awt Contains all of the classes...
org.omg.DynamicAny.DynAnyFactoryPackage此包包含DynamicAny模块的DynAnyFactory接口中的类和异常,该模块在 OMGThe Common Object Request Broker: Architecture and Specificationhttp://cgi.omg.org/cgi-bin/doc?formal/99-10-07的第 9.2.2 小节中指定。
The new package java.util.regex contains classes for matching character sequences against patterns that are specified by regular expressions. For details, see the API specification for java.util.regex at http://java.sun.com/j2se/1.4/docs/api/java/util/regex/package-summary.html....
しかし、JDBC 3.0 API で行われた変更にはソース互換性がありません。JDBC インタフェースを実装するドライバおよびアプリケーションを正しく構築するには、この変更を反映させるように更新する必要があります。『JDBC 3.0 Specification』の第 6 章には、JDBC 3.0 API に準拠する (つまり、...
temporary - 如果焦点改变是临时的(如在窗口丢失焦点时),则为 true;有关临时焦点改变的更多信息,请参阅 Focus Specification 返回: 如果焦点改变请求注定要失败,则返回 false;如果可能成功,则返回 true 从以下版本开始: 1.4 另请参见: FocusEvent, addFocusListener(java.awt.event.FocusListener), isFocusable(...
Marshaller,Unmarshaller,S 7.4.1.1 "Package Annotations" in Java Language Specification, 3rd Edition 字段摘要 staticStringJAXB_CONTEXT_FACTORY 属性名称,它包含能够创建新的JAXBContext对象的类名称。 构造方法摘要 protectedJAXBContext() 方法摘要 Binder<Node>createBinder() ...
The Oracle Java Micro Edition (ME) Embedded Client is an application runtime that builds on the popular Java ME specification and has been designed for resource-constrained devices like e-book readers, Blu-ray Disc players, Voice Over IP telephones, televisions, set-top boxes, printers, resident...
AssertionError publicAssertionError(double detailMessage) 构造一个 AssertionError,其详细消息派生于指定的double,该double将根据The Java Language Specification 第二版第 15.18.1.1 节中的定义转换为一个字符串。 参数: detailMessage- 用来构造详细消息的值...