Package hec.data
Class RatingObjectDoesNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
hec.data.RatingException
hec.data.RatingObjectDoesNotExistException
- All Implemented Interfaces:
Serializable
Class to encapsulate rating errors arising from missing objects
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor from textConstructor from nested error -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RatingObjectDoesNotExistException
Constructor from text- Parameters:
text
- The error message
-
RatingObjectDoesNotExistException
Constructor from nested error- Parameters:
t
- The nested error
-