public static class Setting.SettingTypeMismatchException extends AppBugPoemException
Setting's type does not match the type required.| Modifier and Type | Field and Description |
|---|---|
String |
name
Name of the setting.
|
String |
reqType
Required type.
|
PoemTypeFactory |
type
The factory used.
|
subException| Constructor and Description |
|---|
SettingTypeMismatchException(String name,
PoemTypeFactory type,
String reqType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
The detail message which may be null.
|
getCoreMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic String name
public PoemTypeFactory type
public String reqType
public SettingTypeMismatchException(String name, PoemTypeFactory type, String reqType)
public String getMessage()
PoemExceptiongetMessage in class PoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.