RuntimeException JDK 1.0

java.lang serializable unchecked

Synopsis^  ?
public class RuntimeException extends Exception {
// Public Constructors
    public RuntimeException( );  
    public RuntimeException( String s);  
}

Hierarchy^  ?

[Object]
   |
[Throwable]---<Serializable>
   |
[Exception]
   |
[RuntimeException]

Subclasses^  ?
ArithmeticException, ArrayStoreException, ClassCastException, IllegalArgumentException, IllegalMonitorStateException, IllegalStateException, IndexOutOfBoundsException, NegativeArraySizeException, NullPointerException, SecurityException, UnsupportedOperationException

Inherited Properties^  ?
Exception: none
Throwable: localizedMessage, message
Object: class

Inherited Methods^  ?
Exception: none
Throwable: fillInStackTrace(), printStackTrace(), printStackTrace(), printStackTrace(), toString()
Object: clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), wait(), wait(), wait()

Uses^  ?
Exception, String

Used By^  ?
ArithmeticException, ArrayStoreException, Character, ClassCastException, IllegalArgumentException, IllegalMonitorStateException, IllegalStateException, IndexOutOfBoundsException, NegativeArraySizeException, NullPointerException, SecurityException, UnsupportedOperationException


Java Power Reference. Created by David Flanagan.
Copyright © 1999 O'Reilly & Associates.All Rights Reserved.

This file may not be distributed on the Internet.