Module java.base
Package java.lang

Class StackOverflowError

    • Constructor Detail

      • StackOverflowError

        public StackOverflowError()
        Constructs aStackOverflowError with no detail message.
      • StackOverflowError

        public StackOverflowError​(String s)
        Constructs aStackOverflowError with the specified detail message.
        Parameters:
        s - the detail message.