public class CommandArgumentMatchException extends Exception
| Constructor and Description |
|---|
CommandArgumentMatchException(String message)
Deprecated.
|
CommandArgumentMatchException(String command,
int index,
String[] names,
String value,
List<String> allowedValues) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
protected static void |
throwExceptionIfNeeded(List<CommandArgumentMatchException> exceptions) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public CommandArgumentMatchException(String message)
protected static void throwExceptionIfNeeded(List<CommandArgumentMatchException> exceptions) throws CommandArgumentMatchException
CommandArgumentMatchExceptionpublic String getMessage()
getMessage in class ThrowableCopyright © 2023 LSST. All rights reserved.