# Print output for @column tags ?> StackOverflowError - Android SDK | Android Developers

Most visited


Recently visited


StackOverflowError

public class StackOverflowError
extends VirtualMachineError

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


Thrown when a stack overflow occurs because an application recurses too deeply.

Summary


Public constructors

StackOverflowError()

Constructs a StackOverflowError with no detail message.

StackOverflowError(String s)

Constructs a StackOverflowError with the specified detail message.

Inherited methods

Public constructors


StackOverflowError

public StackOverflowError ()

Constructs a StackOverflowError with no detail message.

StackOverflowError

public StackOverflowError (String s)

Constructs a StackOverflowError with the specified detail message.

Parameters
s String: the detail message.

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.