Package io.hotmoka.exceptions


package io.hotmoka.exceptions
  • Class
    Description
    Methods that check an unchecked exception thrown by a runnable.
    Methods that check an unchecked exception thrown by a supplier.
    A supplier of an exception.
    A collection of run-time checks on objects, with parametric exception type.
    This class provides a method to transform a consumer with exceptions into a consumer, by unchecking its exceptions.
    A wrapper for an exception that has been made into unchecked.
    This class provides a method to transform a function with exceptions into a function, by unchecking its exceptions.
    This class provides a method to transform a predicate with exceptions into a predicate, by unchecking its exceptions.
    This class provides a method to transform a supplier with exceptions into a supplier, by unchecking its exceptions.