public class InvalidConfigException extends RuntimeException
| Constructor and Description |
|---|
InvalidConfigException() |
InvalidConfigException(String message) |
InvalidConfigException(String message,
Throwable cause) |
InvalidConfigException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
InvalidConfigException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidConfigException()
public InvalidConfigException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public InvalidConfigException(String message)
public InvalidConfigException(Throwable cause)
Copyright © 2015 Irenical. All rights reserved.