com.github.dakusui.cmd.exceptions
public class CommandException extends Exception
| 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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandException()
public CommandException(String msg)
msg - A message string to be set.public CommandException(Throwable t)
t - Copyright © 2013. All Rights Reserved.