Package uk.ac.ebi.utils.exceptions
Class TooManyValuesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uk.ac.ebi.utils.exceptions.UnexpectedValueException
uk.ac.ebi.utils.exceptions.TooManyValuesException
- All Implemented Interfaces:
Serializable
Some operation has met too many values unexpectedly.
- Author:
- brandizi
- Date:
- 26 Oct 2016
- See Also:
-
Constructor Summary
ConstructorDescriptionTooManyValuesException
(String message) TooManyValuesException
(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
-
TooManyValuesException
-
TooManyValuesException
-