Class NoMaybeValue

All Implemented Interfaces:
Serializable

public class NoMaybeValue extends FastException
A checked exception that forces the programmer to handle the possibility of empty maybes. This exception is designed to be efficient and to be used intentionally by programmers in non-error situations.
See Also:
  • Field Details

  • Constructor Details

    • NoMaybeValue

      public NoMaybeValue()
  • Method Details