com.github.dakusui.cmd.exceptions
public class CommandRuntimeException extends RuntimeException
| Constructor and Description |
|---|
CommandRuntimeException()
Creates an object of this class.
|
CommandRuntimeException(String msg)
Creates an object of this class.
|
CommandRuntimeException(String msg,
Throwable t)
Creates an object of this class.
|
CommandRuntimeException(Throwable t)
Creates an object of this class.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandRuntimeException()
public CommandRuntimeException(String msg)
msg - A message string to be set.public CommandRuntimeException(Throwable t)
t - Copyright © 2013. All Rights Reserved.