Class TestResults.Error

  • Enclosing class:
    TestResults

    public static class TestResults.Error
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Error​(java.lang.String message, PklException exception)  
    • Method Summary

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

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

      • Error

        public Error​(java.lang.String message,
                     PklException exception)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
      • getException

        public java.lang.Exception getException()