-
- All Implemented Interfaces:
public final class ConfigResult.Failure extends ConfigResult<Nothing>
-
-
Constructor Summary
Constructors Constructor Description ConfigResult.Failure(Throwable exception)
-
Method Summary
Modifier and Type Method Description final ThrowablegetException()-
-
Constructor Detail
-
ConfigResult.Failure
ConfigResult.Failure(Throwable exception)
-
-
Method Detail
-
getException
final Throwable getException()
-
-
-
-