public class CommandExecutionException extends CommandException
Constructor and Description |
---|
CommandExecutionException(String message)
Creates a new instance.
|
CommandExecutionException(String message,
Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandExecutionException(String message)
message
- the exception messageCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.