TOC This Package Prev Next Index
§1.58 Class UnknownError
public class java.lang.UnknownError
extends java.lang.VirtualMachineError (§1.61)
{
public UnknownError(); §1.58.1
public UnknownError(String s); §1.58.2
}
The Java runtime throws an instance of this class when an unknown but serious exception
has occurred.
UnknownError
public UnknownError()
- Constructs an
UnknownError with no detail message.
UnknownError
public UnknownError(String s)
- Constructs an
UnknownError with the specified detail message.
- Parameters:
s
-
the detail message
TOC This Package Prev Next Index
Java API Document
Last edited by dkramer on April 11, 1996
Copyright © 1996 Sun Microsystems, Inc.
Send any comments or corrections to dkramer@sun.com