public class CommandException extends RuntimeException
| Constructor and Description |
|---|
CommandException()
Creates an object of this class.
|
CommandException(String msg)
Creates an object of this class.
|
CommandException(String msg,
Throwable t)
Creates an object of this class.
|
CommandException(Throwable t)
Creates an object of this class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandException()
public CommandException(String msg)
msg - A message string to be set.public CommandException(Throwable t)
t - Copyright © 2017. All rights reserved.