Appendix A. Packages in CLDC

Appendix A. Packages in CLDC

Table A.1. Packages in CLDC

java.lang

Classes

Boolean

Byte

Character

Class

Integer

Long

Math

Object

Runtime

Short

String

StringBuffer

System

Thread

Throwable

 

Interfaces

Runnable

 

Exceptions

ArithmeticException

ArrayIndexOutOfBoundsException

ArrayStoreException

ClassCastException

ClassNotFoundException

Exception

IllegalAccessException

IllegalArgumentException

IllegalMonitorStateException

IllegalThreadStateException

IndexOutOfBoundsException

InstantiationException

InterruptedException

NegativeArraySizeException

NullPointerException

NumberFormatException

RuntimeException

SecurityException

StringIndexOutOfBoundsException

 

Errors

Error

OutOfMemoryError

VirtualMachineError

java.io

Classes

ByteArrayInputStream

ByteArrayOutputStream

DataInputStream

DataOutputStream

InputStream

InputStreamReader

OutputStream

OutputStreamWriter

PrintStream

Reader

Writer

 

Interfaces

DataInput

DataOutput

 

Exceptions

EOFException

InterruptedIOException

IOException

UnsupportedEncodingException

UTFDataFormatException

 

Errors

 

java.util

Classes

Calendar

Date

Hashtable

Random

Stack

TimeZone

Vector

 

Interfaces

Enumeration

 

Exceptions

EmptyStackException

NoSuchElementException

 

Errors

 

javax.microedition.io

Classes

Connector

 

Interfaces

Connection

ContentConnection

Datagram

DatagramConnection

InputConnection

OutputConnection

StreamConnection

StreamConnectionNotifier

 

Exceptions

ConnectionNotFoundException

 

Errors