org.eclipse.jgit.errors
Class TranslationBundleLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.jgit.errors.TranslationBundleException
                  extended by org.eclipse.jgit.errors.TranslationBundleLoadingException
All Implemented Interfaces:
Serializable

public class TranslationBundleLoadingException
extends TranslationBundleException

This exception will be thrown when a translation bundle loading fails.

See Also:
Serialized Form

Constructor Summary
TranslationBundleLoadingException(Class bundleClass, Locale locale, Exception cause)
          Construct a TranslationBundleLoadingException for the specified bundle class and locale.
 
Method Summary
 
Methods inherited from class org.eclipse.jgit.errors.TranslationBundleException
getBundleClass, getLocale
 
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
 

Constructor Detail

TranslationBundleLoadingException

public TranslationBundleLoadingException(Class bundleClass,
                                         Locale locale,
                                         Exception cause)
Construct a TranslationBundleLoadingException for the specified bundle class and locale.

Parameters:
bundleClass - the bundle class for which the loading failed
locale - the locale for which the loading failed
cause - the original exception thrown from the ResourceBundle.getBundle(String, Locale) method.


Copyright © 2013. All Rights Reserved.