public static class SchedulerConfig.ConfigException
extends java.lang.RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
SchedulerConfig.ConfigException.Type
A machine-accessible error type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
SchedulerConfig.ConfigException.Type |
getType() |
static SchedulerConfig.ConfigException |
invalidValue(java.lang.String message) |
static SchedulerConfig.ConfigException |
notFound(java.lang.String message) |
public static SchedulerConfig.ConfigException notFound(java.lang.String message)
public static SchedulerConfig.ConfigException invalidValue(java.lang.String message)
public SchedulerConfig.ConfigException.Type getType()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable