public T orElseThrow ()

If a value is present, returns the value, otherwise throws NoSuchElementException.

Returns:  the non- null value described by this Optional

Exceptions:
NoSuchElementException    if no value is present

Since:  10