Class QaUtilException

    • Constructor Summary

      Constructors 
      Constructor Description
      QaUtilException()  
      QaUtilException​(java.lang.String message, java.lang.Object... objects)
      Formatted constructor.
      QaUtilException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)  
      QaUtilException​(java.lang.String message, java.lang.Throwable cause, java.lang.Object... objects)
      Formatted constructor.
      QaUtilException​(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

      • QaUtilException

        public QaUtilException()
      • QaUtilException

        public QaUtilException​(java.lang.String message,
                               java.lang.Object... objects)
        Formatted constructor.
        See Also:
        Str.format(String, Object...)
      • QaUtilException

        public QaUtilException​(java.lang.String message,
                               java.lang.Throwable cause,
                               java.lang.Object... objects)
        Formatted constructor.
        See Also:
        Str.format(String, Object...)
      • QaUtilException

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

        public QaUtilException​(java.lang.String message,
                               java.lang.Throwable cause,
                               boolean enableSuppression,
                               boolean writableStackTrace)