Class ESelfTestException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EDuplicateSelfTestException, EInvalidSelfTestException, EMissingSelfTestException

public class ESelfTestException extends EBaseException
This class implements a self test exception. ESelfTestExceptions are derived from EBaseExceptions in order to allow users to easily do self tests without try-catch clauses. ESelfTestExceptions should be caught by SelfTestSubsystem managers.

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

    • ESelfTestException

      public ESelfTestException(String msg)
      Constructs a self test exception.

      Parameters:
      msg - exception details
    • ESelfTestException

      public ESelfTestException(String msg, Throwable cause)
  • Method Details

    • getBundleName

      protected String getBundleName()
      Returns the bundle file name.

      Overrides:
      getBundleName in class EBaseException
      Returns:
      name of bundle class associated with this exception.