Class ExceptionResult

  • All Implemented Interfaces:
    Result

    public class ExceptionResult
    extends java.lang.Object
    implements Result
    ExceptionResult...
    • Field Summary

      • Fields inherited from interface org.apache.jackrabbit.oak.plugins.document.check.Result

        END
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionResult​(@NotNull java.lang.Throwable throwable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toJson()  
      • Methods inherited from class java.lang.Object

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

      • ExceptionResult

        public ExceptionResult​(@NotNull
                               @NotNull java.lang.Throwable throwable)
    • Method Detail

      • toJson

        public java.lang.String toJson()
        Specified by:
        toJson in interface Result