Class ThrowableInformation

    • Constructor Detail

      • ThrowableInformation

        public ThrowableInformation​(String[] r)
        Constructs new instance.
        Parameters:
        r - String representation of throwable.
        Since:
        1.2.15
      • ThrowableInformation

        public ThrowableInformation​(Throwable throwable)
        Constructs new instance.
      • ThrowableInformation

        public ThrowableInformation​(Throwable throwable,
                                    Category category)
        Constructs a new instance.
        Parameters:
        throwable - throwable, may not be null.
        category - category used to obtain ThrowableRenderer, may be null.
        Since:
        1.2.16
    • Method Detail

      • getThrowable

        public Throwable getThrowable()
      • getThrowableStrRep

        public String[] getThrowableStrRep()