Class EPropertyNotDefined

  • All Implemented Interfaces:
    java.io.Serializable

    public class EPropertyNotDefined
    extends EBaseException
    This class represents an exception thrown when a property is not defined (empty string) the configuration store. It extends EBaseException and uses the same resource bundle.

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

      Constructors 
      Constructor Description
      EPropertyNotDefined​(java.lang.String errorString)
      Constructs an instance of this exception given the name of the property that's not found.
    • Method Summary

      • 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

      • EPropertyNotDefined

        public EPropertyNotDefined​(java.lang.String errorString)
        Constructs an instance of this exception given the name of the property that's not found.

        Parameters:
        errorString - Detailed error message.