Class ErrorOutput

    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorOutput​(ErrorCode errorCode, java.lang.String message, java.lang.String stackTrace)  
    • Method Summary

      Modifier and Type Method Description
      static ErrorOutput fromException​(java.lang.Exception exception)  
      • Methods inherited from class java.lang.Object

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

      • ErrorOutput

        public ErrorOutput​(ErrorCode errorCode,
                           java.lang.String message,
                           java.lang.String stackTrace)
    • Method Detail

      • fromException

        public static ErrorOutput fromException​(java.lang.Exception exception)