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
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMissingEntryException
(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
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
resource
-
key
-
loader
-
locale
-
-
Constructor Details
-
MissingEntryException
public MissingEntryException(String message, String resource, String key, Locale locale, ClassLoader loader) -
MissingEntryException
-
-
Method Details
-
getKey
-
getResource
-
getClassLoader
-
getLocale
-
getDebugMsg
-