Package uk.ac.ebi.utils.exceptions
Class TooFewValuesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.ac.ebi.utils.exceptions.UnexpectedValueException
uk.ac.ebi.utils.exceptions.TooFewValuesException
- All Implemented Interfaces:
Serializable
Some operation has met too few values unexpectedly, eg, a collection is empty.
- Author:
- brandizi
- Date:
- 10 Dec 2019
- See Also:
-
Constructor Summary
ConstructorDescriptionTooFewValuesException
(String message) TooFewValuesException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooFewValuesException
-
TooFewValuesException
-