Class TooFewValuesException

All Implemented Interfaces:
Serializable

public class TooFewValuesException extends UnexpectedValueException
Some operation has met too few values unexpectedly, eg, a collection is empty.
Author:
brandizi
Date:
10 Dec 2019
See Also:
  • Constructor Details

    • TooFewValuesException

      public TooFewValuesException(String message, Throwable cause)
    • TooFewValuesException

      public TooFewValuesException(String message)