Class VmExceptionBuilder.MultilineValue

  • Enclosing class:
    VmExceptionBuilder

    public static class VmExceptionBuilder.MultilineValue
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object of​(java.lang.Iterable<?> lines)  
      static java.lang.Object of​(java.util.stream.Stream<?> lines)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • of

        public static java.lang.Object of​(java.lang.Iterable<?> lines)
      • of

        public static java.lang.Object of​(java.util.stream.Stream<?> lines)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object