Package org.skriptlang.skript.log.runtime
package org.skriptlang.skript.log.runtime
-
ClassDescriptionA more versatile set of information about the source of an error.A code location (line number and script name).Stores the accumulated runtime errors over a span of time, then prints them.Store limits for the number of issues a frame can print per frame.Stores outputs of a frame.Represents a single instance of a runtime error.Consumes runtime errors.Handles passing runtime errors between producers and consumers via a frame collection system.A RuntimeErrorProducer can throw runtime errors in a standardized and controlled manner.A runtime error producer intended for use with
SyntaxElement
s.