public class InvalidCommandException extends CommandException
| Constructor and Description |
|---|
InvalidCommandException()
Creates new
InvalidCommandException without detail message. |
InvalidCommandException(String cmdName)
Constructs an
InvalidCommandException with the
specified detail message. |
InvalidCommandException(String msg,
Throwable cause)
Constructs a new
InvalidCommandException exception with the
specified detailed message and cause. |
InvalidCommandException(Throwable cause)
Constructs a new
InvalidCommandException exception with the
specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidCommandException()
InvalidCommandException without detail message.public InvalidCommandException(String cmdName)
InvalidCommandException with the
specified detail message.msg - the detail message.public InvalidCommandException(Throwable cause)
InvalidCommandException exception with the
specified cause.Copyright © 2017–2020 Eclipse Foundation. All rights reserved.