public class SpringCliException extends RuntimeException
SpringCliException.Options that are understood
by the SpringCli.| Modifier and Type | Class and Description |
|---|---|
static class |
SpringCliException.Option
Specific options understood by the
SpringCli. |
| Constructor and Description |
|---|
SpringCliException(SpringCliException.Option... options)
Create a new
SpringCliException with the specified options. |
SpringCliException(String message,
SpringCliException.Option... options)
Create a new
SpringCliException with the specified options. |
SpringCliException(String message,
Throwable cause,
SpringCliException.Option... options)
Create a new
SpringCliException with the specified options. |
| Modifier and Type | Method and Description |
|---|---|
Set<SpringCliException.Option> |
getOptions()
Returns options a set of options that are understood by the
SpringCli. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SpringCliException(SpringCliException.Option... options)
SpringCliException with the specified options.options - the exception optionspublic SpringCliException(String message, SpringCliException.Option... options)
SpringCliException with the specified options.message - the exception message to display to the useroptions - the exception optionspublic SpringCliException(String message, Throwable cause, SpringCliException.Option... options)
SpringCliException with the specified options.message - the exception message to display to the usercause - the underlying causeoptions - the exception optionspublic Set<SpringCliException.Option> getOptions()
SpringCli.Copyright © 2013. All Rights Reserved.