public class CommandException extends RuntimeException
Constructor and Description |
---|
CommandException()
Creates a new instance of
CommandException without detail
message. |
CommandException(String msg)
Constructs an instance of
CommandException with the
specified detail message. |
CommandException(String msg,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandException()
CommandException
without detail
message.public CommandException(String msg)
CommandException
with the
specified detail message.msg
- the detail message.Copyright © 2016. All rights reserved.