public class ConfigException extends SpongeException
| Constructor and Description |
|---|
ConfigException(String message)
Creates a new exception representing a failure in the configuration.
|
ConfigException(String message,
Throwable throwable)
Creates a new exception.
|
ConfigException(Throwable e)
Creates a new exception representing a failure in the configuration.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigException(String message)
message - exception message.public ConfigException(Throwable e)
e - source exception.Copyright © 2016–2018 Softelnet. All rights reserved.