Package org.bouncycastle.i18n
Class MissingEntryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bouncycastle.i18n.MissingEntryException
-
- All Implemented Interfaces:
Serializable
public class MissingEntryException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassLoader
getClassLoader()
String
getDebugMsg()
String
getKey()
Locale
getLocale()
String
getResource()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
resource
protected final String resource
-
key
protected final String key
-
loader
protected final ClassLoader loader
-
locale
protected final Locale locale
-
-
Method Detail
-
getKey
public String getKey()
-
getResource
public String getResource()
-
getClassLoader
public ClassLoader getClassLoader()
-
getLocale
public Locale getLocale()
-
getDebugMsg
public String getDebugMsg()
-
-