Package java.lang

Interface Summary
AutomaticallyFillsInException Classes that implement this should be subclasses of java.lang.Throwable.
Cloneable  
Iterable Implementations of this interface can be used within a foreach statement.
Runnable  
 

Class Summary
Boolean Boolean is the wrapper for the primitive type boolean.
Character  
Class  
Integer  
Math  
Null  
Object  
String  
StringBuffer  
StringBuilder  
System  
Throwable  
 

Exception Summary
ArithmeticException This runtime exception is thrown when the an invalid arithmetic operation is attempted.
ArrayIndexOutOfBoundsException This runtime exception is thrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.
ArrayStoreException This runtime exception is thrown when a program attempts to store into an array an element of a a type which the array can not hold..
ClassCastException This runtime exception is thrown when a program attempts to cast a an object to a type which it is not compatible with.
CloneNotSupportedException  
Error  
Exception  
IllegalArgumentException  
IllegalArgumentType  
IllegalPrimitiveArgumentException  
IllegalReturnValueType  
IllegalStateException This runtime exception is thrown when an action is attempted at a time when the virtual machine is not in the correct state.
IndexOutOfBoundsException  
NegativeArraySizeException This runtime exception is thrown when an attempt is made to create an array whose size would be less than zero.
NullPointerException  
NumberFormatException  
RuntimeException This class is the superclass of all classes which represent exceptional conditions which occur as a result of the running of the virtual machine.
StringIndexOutOfBoundsException  
UnsupportedOperationException This runtime exception is thrown when an unsupported operation is attempted.
 

Error Summary
Error