Class ExceptionInfoImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionInfoImpl​(java.lang.Throwable t, java.util.Map<java.lang.String,​java.lang.Object> properties, java.util.List<java.lang.StackTraceElement> stackTrace)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()
      The exception class name.
      java.lang.String getMessage()
      The message associated with the exception, possibly null.
      java.lang.Object getProperty​(java.lang.String name)
      Returns a specific property of the exception by name.
      java.util.List<java.lang.String> getPropertyNames()
      Returns the names of the properties of the exception, sorted alphabetically.
      java.util.List<java.lang.StackTraceElement> getStackTrace()
      Returns the stack trace elements.
      • Methods inherited from class java.lang.Object

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

      • ExceptionInfoImpl

        public ExceptionInfoImpl​(java.lang.Throwable t,
                                 java.util.Map<java.lang.String,​java.lang.Object> properties,
                                 java.util.List<java.lang.StackTraceElement> stackTrace)