Package fmpp.util

Class ExceptionCC

    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionCC()  
      ExceptionCC​(java.lang.String s)  
      ExceptionCC​(java.lang.String s, java.lang.Throwable cause)  
      ExceptionCC​(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

      • ExceptionCC

        public ExceptionCC()
      • ExceptionCC

        public ExceptionCC​(java.lang.String s)
      • ExceptionCC

        public ExceptionCC​(java.lang.Throwable cause)
      • ExceptionCC

        public ExceptionCC​(java.lang.String s,
                           java.lang.Throwable cause)