Most visited


Recently visited


Added in API level 1

UnknownError

public class UnknownError
extends VirtualMachineError

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ java.lang.VirtualMachineError
         ↳ java.lang.UnknownError


Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.

Summary


Public constructors

UnknownError()

Constructs an UnknownError with no detail message.

UnknownError(String s)

Constructs an UnknownError with the specified detail message.

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors


UnknownError

Added in API level 1
UnknownError ()

Constructs an UnknownError with no detail message.

UnknownError

Added in API level 1
UnknownError (String s)

Constructs an UnknownError with the specified detail message.

Parameters
s String: the detail message.

Get the latest Android developer news and tips that will help you find success on Google Play.

* Required Fields

Hooray!

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.