Class CommandExecution.CommandParserExceptionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.shell.command.CommandExecution.CommandParserExceptionsException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- CommandExecution
- See Also:
-
Constructor Summary
ConstructorDescriptionCommandParserExceptionsException
(String message, List<CommandParser.CommandParserException> parserExceptions) -
Method Summary
Modifier and TypeMethodDescriptionof
(String message, List<CommandParser.CommandParserException> parserExceptions) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandParserExceptionsException
public CommandParserExceptionsException(String message, List<CommandParser.CommandParserException> parserExceptions)
-
-
Method Details
-
of
public static CommandExecution.CommandParserExceptionsException of(String message, List<CommandParser.CommandParserException> parserExceptions) -
getParserExceptions
-