Package dev.voidframework.core.exception
Class RemoteConfigurationException.BadValue
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.RemoteConfigurationException
dev.voidframework.core.exception.RemoteConfigurationException.BadValue
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RemoteConfigurationException
This exception indicate that a value was not valid.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.core.exception.RemoteConfigurationException
RemoteConfigurationException.BadProvider, RemoteConfigurationException.BadValue, RemoteConfigurationException.FetchError, RemoteConfigurationException.ProviderDoesNotExist, RemoteConfigurationException.StorageException -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadValue
Build a new instance.- Parameters:
path- The value pathmessage- The error messagecause- The cause
-
BadValue
Build a new instance.- Parameters:
path- The value pathmessage- The error message
-