Class EPropertyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EPropertyException
    extends EBaseException
    This is the base exception for property handling.
    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • 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

      • EPropertyException

        public EPropertyException​(java.lang.String msg)
        Constructs property exception
        Parameters:
        msg - exception message
      • EPropertyException

        public EPropertyException​(java.lang.String msg,
                                  java.lang.Throwable cause)
      • EPropertyException

        public EPropertyException​(java.lang.Throwable cause)