Class EdiException

    • Constructor Summary

      Constructors 
      Constructor Description
      EdiException()  
      EdiException​(java.lang.String description)  
      EdiException​(java.lang.String description, java.lang.Throwable cause)  
      EdiException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EdiException

        public EdiException()
        See Also:
        Exception()
      • EdiException

        public EdiException​(java.lang.Throwable cause)
        See Also:
        Exception(Throwable)
      • EdiException

        public EdiException​(java.lang.String description)
        See Also:
        Exception(String)
      • EdiException

        public EdiException​(java.lang.String description,
                            java.lang.Throwable cause)
        See Also:
        Exception(String, Throwable)