Class ESelfTestException

    • Constructor Summary

      Constructors 
      Constructor Description
      ESelfTestException​(java.lang.String msg)
      Constructs a self test exception.
      ESelfTestException​(java.lang.String msg, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getBundleName()
      Returns the bundle file 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

      • ESelfTestException

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

        Parameters:
        msg - exception details
      • ESelfTestException

        public ESelfTestException​(java.lang.String msg,
                                  java.lang.Throwable cause)
    • Method Detail

      • getBundleName

        protected java.lang.String getBundleName()
        Returns the bundle file name.

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