Module io.github.darvil.lanat
Package io.github.darvil.lanat.parsing.errors.handlers
package io.github.darvil.lanat.parsing.errors.handlers
-
ClassDescriptionAn error that may be thrown by an argument type.Contains all the errors definitions for errors that occur during parsing.Error that occurs when an argument is used an incorrect amount of times.Error that occurs when an argument receives an incorrect number of values.Error that occurs when multiple arguments in a restricted group are used.Error that occurs when an argument that is required is not used.Warning that occurs when the contents of a token are found to be similar to the name of an argument.Error that occurs when an argument is used while there's a unique argument that has been used.Warning that occurs when an argument name list receives a value for an argument that does not take any values.Warning that occurs when a token in the input does not match any argument, argument list, value, or command.A simple error that has a message and an error level.Contains all the errors definitions for errors that occur during tokenization.Error that occurs when a space is required between two characters.Error that occurs when a string is not closed.Error that occurs when a tuple is already open.Error that occurs when a tuple is not closed.Error that occurs when a tuple close character is found without a tuple being open.