Package hec.data
Class RatingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hec.data.RatingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotMonotonicRatingException
,RatingObjectDoesNotExistException
,RatingOutOfRangeException
Class to encapsulate rating errors
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRatingException
(String message) Constructor from messageRatingException
(String message, Throwable cause) Constructor from message and causeRatingException
(Throwable cause) Constructor from 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
-
RatingException
Constructor from message- Parameters:
message
-
-
RatingException
Constructor from cause- Parameters:
cause
- the cause
-
RatingException
Constructor from message and cause- Parameters:
message
-cause
-
-