public class InvalidConfigException extends Exception
| Constructor and Description |
|---|
InvalidConfigException(String message)
Constructs an instance of
InvalidConfigException with the
specified detail message. |
InvalidConfigException(String message,
Collection errors)
Constructs an instance of
InvalidConfigException with the
specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getErrors() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidConfigException(String message)
InvalidConfigException with the
specified detail message.message - the detail message.public InvalidConfigException(String message, Collection errors)
InvalidConfigException with the
specified detail message.message - the detail message.public Collection getErrors()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.