Class EExtensionsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EExtensionsException
    extends EBaseException
    This represents the extensions exception.
    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getBundleName()
      Returns the given resource bundle name.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EExtensionsException

        public EExtensionsException​(java.lang.String msgFormat)
      • EExtensionsException

        public EExtensionsException​(java.lang.String msgFormat,
                                    java.lang.Exception e)
      • EExtensionsException

        public EExtensionsException​(java.lang.String msgFormat,
                                    java.lang.Object[] params)
    • Method Detail

      • getBundleName

        protected java.lang.String getBundleName()
        Description copied from class: EBaseException
        Returns the given resource bundle name.
        Overrides:
        getBundleName in class EBaseException
        Returns:
        the name of the resource bundle for this class.