Class CTCException

    • Constructor Summary

      Constructors 
      Constructor Description
      CTCException​(java.lang.String module, java.lang.String userIdentifier, java.lang.String parameter, java.lang.String reason)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExceptionString()  
      void logError()  
      static void logError​(java.lang.String string)  
      static void logInfo​(java.lang.String string)  
      void logWarning()  
      static void logWarning​(java.lang.String string)  
      • 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

      • CTCException

        public CTCException​(java.lang.String module,
                            java.lang.String userIdentifier,
                            java.lang.String parameter,
                            java.lang.String reason)
    • Method Detail

      • logError

        public static void logError​(java.lang.String string)
      • logWarning

        public static void logWarning​(java.lang.String string)
      • logInfo

        public static void logInfo​(java.lang.String string)