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