public class MissingEntryException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
protected String |
key |
protected ClassLoader |
loader |
protected Locale |
locale |
protected String |
resource |
Constructor and Description |
---|
MissingEntryException(String message,
String resource,
String key,
Locale locale,
ClassLoader loader) |
MissingEntryException(String message,
Throwable cause,
String resource,
String key,
Locale locale,
ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getClassLoader() |
String |
getDebugMsg() |
String |
getKey() |
Locale |
getLocale() |
String |
getResource() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected final String resource
protected final String key
protected final ClassLoader loader
protected final Locale locale
public MissingEntryException(String message, String resource, String key, Locale locale, ClassLoader loader)
public String getKey()
public String getResource()
public ClassLoader getClassLoader()
public Locale getLocale()
public String getDebugMsg()
Copyright © 2015. All rights reserved.