Class EListenersException

All Implemented Interfaces:
Serializable

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

Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • EListenersException

      public EListenersException(String msgFormat)
      Constructs a listeners exception.

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

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

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

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

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

    • getBundleName

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

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