Class InvalidListException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.sympho.modular_commands.api.exception.CommandException
dev.sympho.modular_commands.api.command.parameter.parse.InvalidArgumentException
dev.sympho.modular_commands.api.command.parameter.parse.InvalidListException
- All Implemented Interfaces:
Serializable
Exception that indicates that some items in an argument list were invalid.
- Since:
- 1.0
- Version:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidListException(List<? extends TryParser.Failure<?, ?>> errors) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionList<TryParser.Failure<?,?>> errors()Retrieves the items that had errors.toString()Methods inherited from class dev.sympho.modular_commands.api.command.parameter.parse.InvalidArgumentException
getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace