Class EListenersException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EListenersException
    extends EBaseException
    A class represents a listener exception.

    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EListenersException​(java.lang.String msgFormat)
      Constructs a listeners exception.
      EListenersException​(java.lang.String msgFormat, java.lang.Exception e)
      Constructs a Listeners exception.
      EListenersException​(java.lang.String msgFormat, java.lang.Object[] params)
      Constructs a Listeners exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getBundleName()
      get the listener resource class 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

      • EListenersException

        public EListenersException​(java.lang.String msgFormat)
        Constructs a listeners exception.

        Parameters:
        msgFormat - The error message resource key.
      • EListenersException

        public EListenersException​(java.lang.String msgFormat,
                                   java.lang.Exception e)
        Constructs a Listeners exception.

        Parameters:
        msgFormat - The resource key.
        e - The parameter as an exception.
      • EListenersException

        public EListenersException​(java.lang.String msgFormat,
                                   java.lang.Object[] params)
        Constructs a Listeners exception.

        Parameters:
        msgFormat - The resource key.
        params - Array of params.
    • Method Detail

      • getBundleName

        protected java.lang.String getBundleName()
        get the listener resource class name.

        Overrides:
        getBundleName in class EBaseException
        Returns:
        the class name of the resource.