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, toString
public 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 © 2019. All rights reserved.