Package cms.util.maybe
Class NoMaybeValue
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- cms.util.maybe.NoMaybeValue
-
- All Implemented Interfaces:
java.io.Serializable
public class NoMaybeValue extends java.lang.ExceptionA 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
-
-
Field Summary
Fields Modifier and Type Field Description static NoMaybeValuetheException
-
Constructor Summary
Constructors Constructor Description NoMaybeValue()
-
-
-
Field Detail
-
theException
public static NoMaybeValue theException
-
-