VirtualMachineError JDK 1.0

java.lang serializable error

Synopsis^  ?
public abstract class VirtualMachineError extends Error {
// Public Constructors
    public VirtualMachineError( );  
    public VirtualMachineError( String s);  
}

Hierarchy^  ?

[Object]
   |
[Throwable]---<Serializable>
   |
[Error]
   |
[VirtualMachineError]

Subclasses^  ?
InternalError, OutOfMemoryError, StackOverflowError, UnknownError

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

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

Uses^  ?
Error, String

Used By^  ?
InternalError, OutOfMemoryError, StackOverflowError, UnknownError


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

This file may not be distributed on the Internet.