Module java.base
Package java.lang

Class StackOverflowError

    • Constructor Detail

      • 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 - the detail message.