public class CommandException extends RuntimeException
Constructor and Description |
---|
CommandException() |
CommandException(String message) |
CommandException(String message,
Throwable cause) |
CommandException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static void |
throwMissingParameter(String name) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandException()
public CommandException(String message)
public CommandException(Throwable cause)
public static void throwMissingParameter(String name) throws CommandException
CommandException
Copyright © 2003–2021 XDEV Software. All rights reserved.