Package java.lang |
![]() Previous |
![]() Java API |
![]() Index |
![]() Next |
public class java.lang.UnknownError extends java.lang.VirtualMachineError { // Constructors public UnknownError(); public UnknownError(String s); }
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
public UnknownError()Constructs an UnknownError with no detail message.
public UnknownError(String s)Constructs an UnknownError with the specified detail message.
Parameter Description s the detail message
© 1996 Sun Microsystems, Inc. All rights reserved.