Package ch.njol.skript.lang.parser
Class ParseStackOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.njol.skript.lang.parser.ParseStackOverflowException
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParseStackOverflowException
(StackOverflowError cause, ParsingStack parsingStack) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
parsingStack
-
-
Constructor Details
-
ParseStackOverflowException
-