Class NoMaybeValue

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoMaybeValue
    extends java.lang.Exception
    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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoMaybeValue()  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • NoMaybeValue

        public NoMaybeValue()