public class CannotResolvePluginClassException
extends com.thoughtworks.xstream.mapper.CannotResolveClassException
| Constructor and Description |
|---|
CannotResolvePluginClassException(String className,
String pluginKey,
String pluginVersion) |
CannotResolvePluginClassException(String reason,
String className,
String pluginKey,
String pluginVersion) |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatMessage(String reason,
String className,
String pluginKey,
String pluginVersion) |
String |
getClassName() |
String |
getPluginKey() |
String |
getPluginVersion() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CannotResolvePluginClassException(@NotNull
String className,
@NotNull
String pluginKey,
@Nullable
String pluginVersion)
public static String formatMessage(@Nullable String reason, @NotNull String className, @NotNull String pluginKey, @Nullable String pluginVersion)
public String getClassName()
public String getPluginKey()
public String getPluginVersion()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.