软件包 | 描述 |
---|---|
java.lang |
提供对java编程语言的设计基础课。
|
java.util.zip |
阅读和写作的标准压缩和gzip文件格式提供的类。
|
Modifier and Type | Class and Description |
---|---|
class |
InternalError
抛出的java虚拟机发生一些意外的内部错误。
|
class |
OutOfMemoryError
当java虚拟机不能分配一个对象,它的内存,并没有更多的记忆可以被垃圾收集器可。
|
class |
StackOverflowError
当堆栈溢出的发生是因为一个应用递归太深。
|
class |
UnknownError
当一个未知的但严重的java虚拟机发生异常。
|
Modifier and Type | Class and Description |
---|---|
class |
ZipError
信号发生不可恢复的错误。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.