Class ParseStackOverflowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.njol.skript.lang.parser.ParseStackOverflowException
All Implemented Interfaces:
Serializable

public class ParseStackOverflowException extends RuntimeException
An exception noting that a StackOverflowError has occurred during Skript parsing. Contains information about the ParsingStack from when the stack overflow occurred.
See Also:
  • Field Details

  • Constructor Details