|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.dakusui.cmd.exceptions.CommandException
public class CommandException
An exception class to indicate an error is detected during command execution
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommandException()
public CommandException(String msg)
msg - A message string to be set.public CommandException(Throwable t)
t -
public CommandException(String msg,
Throwable t)
msg - A message string to be set.t -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||