Package java.lang

Interface Summary
CharSequence Standard Java interface.
Cloneable  
Comparable Standard Java interface.
Runnable Standard Java interface.
 

Class Summary
Boolean Standard wrapper for boolean, as specified by the standard Java API.
Byte Standard wrapper for byte, as specified by the standard Java API.
Character Standard wrapper for char, as specified by the standard Java API.
Class Standard representation of a class, as specified by the standard Java API.
ClassLoader  
Compiler Standard Java class.
Double  
Float  
InheritableThreadLocal Standard inheritable thread-local variable, as specified by the standard Java API.
Integer Standard wrapper for int, as specified by the standard Java API.
Long Standard wrapper for int, as specified by the standard Java API.
Math Math utility methods, as specified by the standard Java API.
Number Standard base class for numbers.
Object Standard base class for all objects, as specified by the standard Java API.
Runtime Standard representation of the runtime, as specified by the standard Java API.
RuntimePermission Standard Java class.
SecurityManager Standard Java class.
Short Standard wrapper for short, as specified by the standard Java API.
String Standard string representation, as specified by the standard Java API.
StringBuffer Standard mutable string representation, as specified by the standard Java API.
System Standard system utility methods, as specified by the standard Java API.
Thread Standard representation of a thread, as specified by the standard Java API.
ThreadLocal Standard thread-local variable, as specified by the standard Java API.
Throwable Base of the exception hierarchy, as specified by the standard Java API.
Void Standard representation of the void return type, as specified by the standard Java API.
 

Exception Summary
ArithmeticException Standard exception class, as specified by the standard Java API.
ArrayIndexOutOfBoundsException Standard exception class, as specified by the standard Java API.
ArrayStoreException Standard exception class, as specified by the standard Java API.
ClassCastException Standard exception class, as specified by the standard Java API.
ClassNotFoundException Standard exception class, as specified by the standard Java API.
CloneNotSupportedException Standard exception class, as specified by the standard Java API.
Exception Standard exception class, as specified by the standard Java API.
IllegalAccessException Standard exception class, as specified by the standard Java API.
IllegalArgumentException Standard exception class, as specified by the standard Java API.
IllegalMonitorStateException Standard exception class, as specified by the standard Java API.
IllegalStateException Standard exception class, as specified by the standard Java API.
IllegalThreadStateException Standard exception class, as specified by the standard Java API.
IndexOutOfBoundsException Standard exception class, as specified by the standard Java API.
InstantiationException Standard exception class, as specified by the standard Java API.
InterruptedException Standard exception class, as specified by the standard Java API.
NegativeArraySizeException Standard exception class, as specified by the standard Java API.
NoSuchFieldException Standard exception class, as specified by the standard Java API.
NoSuchMethodException Standard exception class, as specified by the standard Java API.
NullPointerException Standard exception class, as specified by the standard Java API.
NumberFormatException Standard exception class, as specified by the standard Java API.
RuntimeException Standard exception class, as specified by the standard Java API.
SecurityException Standard exception class, as specified by the standard Java API.
StringIndexOutOfBoundsException Standard exception class, as specified by the standard Java API.
UnsupportedOperationException Standard exception class, as specified by the standard Java API.
 

Error Summary
AbstractMethodError Standard error class, as specified by the standard Java API.
ClassCircularityError Standard error class, as specified by the standard Java API.
ClassFormatError Standard error class, as specified by the standard Java API.
Error Standard exception class, as specified by the standard Java API.
ExceptionInInitializerError Standard error class, as specified by the standard Java API.
IllegalAccessError Standard error class, as specified by the standard Java API.
IncompatibleClassChangeError Standard error class, as specified by the standard Java API.
InstantiationError Standard error class, as specified by the standard Java API.
LinkageError Standard error class, as specified by the standard Java API.
NoClassDefFoundError Standard error class, as specified by the standard Java API.
NoSuchFieldError Standard error class, as specified by the standard Java API.
NoSuchMethodError Standard error class, as specified by the standard Java API.
OutOfMemoryError Standard exception class, as specified by the standard Java API.
StackOverflowError  
ThreadDeath Standard error class, as specified by the standard Java API.
UnsatisfiedLinkError Standard error class, as specified by the standard Java API.
UnsupportedClassVersionError Standard error class, as specified by the standard Java API.
VerifyError Standard error class, as specified by the standard Java API.
VirtualMachineError Standard exception class, as specified by the standard Java API.