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