Class NoException

All Implemented Interfaces:
Serializable

public final class NoException extends RuntimeException
To be used as a Throwable parameter in Throwing Functional Interfaces that are not meant to throw anything.
See Also:
  • Constructor Details

    • NoException

      private NoException()
      Can't actually create a NoException, as you're not supposed to