org.bouncycastle.i18n
Class MissingEntryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.bouncycastle.i18n.MissingEntryException
All Implemented Interfaces:
java.io.Serializable

public class MissingEntryException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
private  java.lang.String debugMsg
           
protected  java.lang.String key
           
protected  java.lang.ClassLoader loader
           
protected  java.util.Locale locale
           
protected  java.lang.String resource
           
 
Constructor Summary
MissingEntryException(java.lang.String message, java.lang.String resource, java.lang.String key, java.util.Locale locale, java.lang.ClassLoader loader)
           
MissingEntryException(java.lang.String message, java.lang.Throwable cause, java.lang.String resource, java.lang.String key, java.util.Locale locale, java.lang.ClassLoader loader)
           
 
Method Summary
 java.lang.ClassLoader getClassLoader()
           
 java.lang.String getDebugMsg()
           
 java.lang.String getKey()
           
 java.util.Locale getLocale()
           
 java.lang.String getResource()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

resource

protected final java.lang.String resource

key

protected final java.lang.String key

loader

protected final java.lang.ClassLoader loader

locale

protected final java.util.Locale locale

debugMsg

private java.lang.String debugMsg
Constructor Detail

MissingEntryException

public MissingEntryException(java.lang.String message,
                             java.lang.String resource,
                             java.lang.String key,
                             java.util.Locale locale,
                             java.lang.ClassLoader loader)

MissingEntryException

public MissingEntryException(java.lang.String message,
                             java.lang.Throwable cause,
                             java.lang.String resource,
                             java.lang.String key,
                             java.util.Locale locale,
                             java.lang.ClassLoader loader)
Method Detail

getKey

public java.lang.String getKey()

getResource

public java.lang.String getResource()

getClassLoader

public java.lang.ClassLoader getClassLoader()

getLocale

public java.util.Locale getLocale()

getDebugMsg

public java.lang.String getDebugMsg()