Class SourceThrowableWarning

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Throwable element  
    • Constructor Summary

      Constructors 
      Constructor Description
      SourceThrowableWarning​(java.lang.String message, java.lang.Throwable element)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • element

        private final java.lang.Throwable element
    • Constructor Detail

      • SourceThrowableWarning

        public SourceThrowableWarning​(java.lang.String message,
                                      java.lang.Throwable element)