Class FilibusterGrpcTestRuntimeException

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FilibusterGrpcTestRuntimeException​(java.lang.String message)
      Constructs a new Filibuster GRPC runtime exception with the specified detail message.
      protected FilibusterGrpcTestRuntimeException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new Filibuster GRPC runtime exception with the specified detail message and cause.
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generateFixMessage​(java.util.List<java.lang.String> fixMessages)  
      java.lang.String generateSingleFixMessage​(java.lang.String descriptionText, java.lang.String linkUrl)  
      abstract java.lang.String getFixMessage()
      Returns the fix message for the exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • FilibusterGrpcTestRuntimeException

        protected FilibusterGrpcTestRuntimeException​(java.lang.String message)
        Constructs a new Filibuster GRPC runtime exception with the specified detail message.
        Parameters:
        message - the detail message.
      • FilibusterGrpcTestRuntimeException

        protected FilibusterGrpcTestRuntimeException​(java.lang.String message,
                                                     java.lang.Throwable cause)
        Constructs a new Filibuster GRPC runtime exception with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
    • Method Detail

      • getFixMessage

        public abstract java.lang.String getFixMessage()
        Returns the fix message for the exception.
      • generateSingleFixMessage

        public java.lang.String generateSingleFixMessage​(java.lang.String descriptionText,
                                                         java.lang.String linkUrl)
      • generateFixMessage

        public java.lang.String generateFixMessage​(java.util.List<java.lang.String> fixMessages)