Package 

Class Result.Error

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Exception exception
    • Constructor Summary

      Constructors 
      Constructor Description
      Result.Error(Exception exception)
    • Method Summary

      Modifier and Type Method Description
      final Exception getException()
      • Methods inherited from class java.lang.Object

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

      • Result.Error

        Result.Error(Exception exception)