public static class CommandExecution.CommandParserExceptionsException extends RuntimeException
| Constructor and Description | 
|---|
| CommandParserExceptionsException(String message,
                                List<CommandParser.CommandParserException> parserExceptions) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CommandParser.CommandParserException> | getParserExceptions() | 
| static CommandExecution.CommandParserExceptionsException | of(String message,
  List<CommandParser.CommandParserException> parserExceptions) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandParserExceptionsException(String message, List<CommandParser.CommandParserException> parserExceptions)
public static CommandExecution.CommandParserExceptionsException of(String message, List<CommandParser.CommandParserException> parserExceptions)
public List<CommandParser.CommandParserException> getParserExceptions()
Copyright © 2022. All rights reserved.